Namespace
library
Image / Tag
mongo:3.5.9-windowsservercore
Content Digest
sha256:ba285117a08e6c189cd98a6d19e585d10eb4004405ed313c24b124618294756f
Details
Created

2017-06-22 18:18:10 UTC

Size

4.94 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

df474b0bfef73a252c029c738d5125eb24be80cc454844384247f0d796e860f4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.5.9


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 76.77% (3.79 GB)

[#001] sha256:6d4d50238ed13902c153bc3efc3a22f8a96bca4168ea03624d01da1063728dc2 - 21.92% (1.08 GB)

[#002] sha256:2869ce7d2a7c3a942c84de08ac9b045cb0a8deefa17949b571dffa5cd1cc28cd - 0.0% (1.19 KB)

[#003] sha256:107955967c68313a41408a73b640b2a805ddbd0686d5313e835128f6796fd58d - 0.0% (1.19 KB)

[#004] sha256:0244551af03ed49a43804c5e0ce26a673d1069373e289273120a9e15ad44d519 - 0.0% (1.2 KB)

[#005] sha256:6c73ea76dcc38fb3ad8e2d5676d2ff67af89182b48daa95a4bcac997cd62f040 - 0.0% (1.19 KB)

[#006] sha256:46312a3e5066024d6e01a15ce924ea62c7f0871a77d156995cf4e666dc5b5e43 - 1.31% (66.4 MB)

[#007] sha256:fdb6e1499ae0f9cc4fd93849d2cb53ded3746a8c4e02281ddef4d2db2f00f6e5 - 0.0% (1.19 KB)

[#008] sha256:cd019eadcd3fe2d18e3196ac35bf556bda921fbcc257ee62d0985adf91c9f5a4 - 0.0% (1.19 KB)

[#009] sha256:c08bb32c7451f78297ea86f395b872d416524b4e822877b3ac89a4e630cbf177 - 0.0% (1.19 KB)


History
2016-11-22 15:24:24 -0800

Apply image 10.0.14393.0

2017-04-10 15:00:56 -0700

Install update 10.0.14393.1066

2017-04-18 17:08:48 UTC

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

2017-06-22 18:16:13 UTC

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

2017-06-22 18:16:16 UTC

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

2017-06-22 18:16:19 UTC

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

2017-06-22 18:17:59 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-06-22 18:18:03 UTC

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

2017-06-22 18:18:06 UTC

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

2017-06-22 18:18:10 UTC

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

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