Namespace
library
Image / Tag
mongo:3.2.15-windowsservercore
Content Digest
sha256:9a00653db35b7ac6f1a2cf91a4b66cb573b8b8f3fa1c58f5b8207a4e43e4929e
Details
Created

2017-07-28 18:58:17 UTC

Size

4.98 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e70c38121de2718993702a50b657f3f5bc850d3267e816caf1e5fcc5d6842da0

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.2.15


Layers

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

[#001] sha256:e29afd68a947fc566b71a432a6df352eea9e59eb221c3cb9f6bf5a4df206571e - 22.91% (1.14 GB)

[#002] sha256:c2e2fab7692964a46adf839b6fe66a115f2c7617697a351e412c382936629b9f - 0.0% (1.2 KB)

[#003] sha256:976211ce44bcfa2d3ea867a7d656aad78066e0db55bfa0df988ddec12246896b - 0.0% (1.2 KB)

[#004] sha256:6c93d678f674f8052d213a276c5c927cc45013b56004b6ac8ddee00ff82ae44f - 0.0% (1.2 KB)

[#005] sha256:69644e96d398882b054afa3cab77ef5cb4047a476bf8932a7f5b33435115e879 - 0.0% (1.18 KB)

[#006] sha256:b79cb3dd4fb544cda0d2de9782d4fd77a9e9d94d167dbea895a46a7cbebad2c8 - 0.99% (50.4 MB)

[#007] sha256:eee15b1a609a77ab88c28db0f03644d6d19ad3df5467d491d370c7a64c3554f2 - 0.0% (1.21 KB)

[#008] sha256:d178a45c6013cdf99611e5b10f66c2e30ecd704342024085b90c3e1d4790865d - 0.0% (1.2 KB)

[#009] sha256:7cf679559a7fa2d5a637dbeb9b0ba2549c0004baa91acbcf912ba137e24c4d6c - 0.0% (1.2 KB)


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2017-07-10 22:35:45 UTC

Install update 10.0.14393.1480

2017-07-28 18:55:58 UTC

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

2017-07-28 18:57:05 UTC

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

2017-07-28 18:57:09 UTC

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

2017-07-28 18:57:13 UTC

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

2017-07-28 18:58:04 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-07-28 18:58:10 UTC

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

2017-07-28 18:58:13 UTC

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

2017-07-28 18:58:17 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