Namespace
library
Image / Tag
mongo:3.4.10-windowsservercore-1709
Content Digest
sha256:b54357b02c9de5b60a13d54d6db47a46d4f6b7f47a80c0b963a9e031629866bd
Details
Created

2017-12-13 03:04:56 UTC

Size

2.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6b650bdf62792fb44445edfee2100b9a8d861710348c8bbd3b93f56d11d5e7ea

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.10-signed.msi

MONGO_VERSION

3.4.10


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 77.71% (2.12 GB)

[#001] sha256:e50cc21fbc56936f06a5d9dfe4559b7108a89064fcb39dfbe14150d5cfeb912b - 20.14% (562 MB)

[#002] sha256:a768329167a641833bde82301c06d629170e446fe0d207a2fe4a55c0a7aeb6ac - 0.0% (1.16 KB)

[#003] sha256:fe3897e104207f2d5fcfbeb59db966ec737475f376aaf98b3b77e20bd0d28a99 - 0.0% (1.17 KB)

[#004] sha256:dd3f909469ec493bd10b7bad5b5fb130796da35ceffdd10017495d139676f7cd - 0.0% (1.16 KB)

[#005] sha256:dc2306bda02ae76915dce1b47898ce5b4599e9cd01ef0dbe5abfa25fdeb461a1 - 0.0% (1.17 KB)

[#006] sha256:04b8495b3df676b97f4c3e13a85c40754d9e20c470e12801f3333501163338ed - 2.14% (59.9 MB)

[#007] sha256:dad9a53e77635aaccd959073dcf5e3923c5240a7e5bfb8899bc5a63a91e91b7e - 0.0% (1.17 KB)

[#008] sha256:ebecba35c2e569980a8b7b04578cf30e0d719bbb9a7dbbf5f6e103cae3d7fd2a - 0.0% (1.15 KB)

[#009] sha256:9286875f590bc8985af9b15c002756168e9695752fa557785aea4a360c886318 - 0.0% (1.17 KB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2017-12-09 18:00:03 UTC

Install update 10.0.16299.125

2017-12-13 02:53:46 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2017-12-13 03:03:04 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.10

2017-12-13 03:03:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.10-signed.msi

2017-12-13 03:03:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6b650bdf62792fb44445edfee2100b9a8d861710348c8bbd3b93f56d11d5e7ea

2017-12-13 03:04:50 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2017-12-13 03:04:53 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2017-12-13 03:04:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp

2017-12-13 03:04:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete