Namespace
library
Image / Tag
mongo:3.2.17-windowsservercore-1709
Content Digest
sha256:07950bf6e624b488b891f1e5aaebad529ce4b45a7306a40c24b49dc2d133a70b
Details
Created

2017-11-23 02:53:42 UTC

Size

2.54 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b58dea82593acf637d76f3401bd8ba535093f3b37a32ff1d159bc06e088988fc

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.2.17


Layers

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

[#001] sha256:0e0a3062a7ac7e07eda6c54e1ddfafc80550c98dd5e1933799f934bc4bdcf0ab - 14.73% (383 MB)

[#002] sha256:2c18a4bf1d8437116b78c74d8f3fe02e52f672dfc5b9143279880561df54f6f9 - 0.0% (1.17 KB)

[#003] sha256:5acf46c1d1cd0ef2dd835d690ab30e713f53faed1dabe9df790fdc1511469176 - 0.0% (1.14 KB)

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

[#005] sha256:c02b0fcbfb4c0644445afc4d4dfe8e6075ccc1a8de00da922e44a3f76abab993 - 0.0% (1.16 KB)

[#006] sha256:d80ae1b9f3a6162b342e1fce27752929aafab8a4efafbc24a809ad0bb4bd0e13 - 1.92% (50.1 MB)

[#007] sha256:8aeba754e25731fd439c56696f67be75d6ddbdae37565c35391eb237a16f5019 - 0.0% (1.15 KB)

[#008] sha256:4161a21e0f76815d4bb5154197e86c5e8ed2e1060bd68c894b68ba223606fdd6 - 0.0% (1.16 KB)

[#009] sha256:a6ed69fa9854a7d31a5f93c8e76533a1f93ba09b82642cdd2d8a25d11f70d413 - 0.0% (1.16 KB)


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

Apply image 10.0.16299.15

2017-11-02 14:03:00 UTC

Install update 10.0.16299.64

2017-11-23 02:49:43 UTC

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

2017-11-23 02:51:56 UTC

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

2017-11-23 02:51:57 UTC

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

2017-11-23 02:51:58 UTC

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

2017-11-23 02:53:36 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-11-23 02:53:39 UTC

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

2017-11-23 02:53:40 UTC

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

2017-11-23 02:53:42 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