Namespace
library
Image / Tag
mongo:3.2.20-windowsservercore-1709
Content Digest
sha256:2cc71a3754009372f135b0b09a13a9f92bd789279a18e7fc9c267826d93eb05b
Details
Created

2018-08-17 09:26:36 UTC

Size

2.95 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

dae23beba9f896444c462881404f15920d02add866ff4b50852f892c9f4f84f1

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.20-signed.msi

MONGO_VERSION

3.2.20


Layers

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

[#001] sha256:c4047f78756c2319eb99557ec7139906cf11af6c91aefcc0e44ac49a5481d8e4 - 26.47% (799 MB)

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

[#003] sha256:dd619acad5ad0a3f2bd996838d899f5636854e7f7866b473d7b7417d06e18ec9 - 0.0% (1.16 KB)

[#004] sha256:1eb3bd7b8f30a66616e0253cfce5242e4e75695c74f012da64877f1fde0bc601 - 0.0% (1.17 KB)

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

[#006] sha256:73a188af5807df26d603201be386b93431966274f8481b138870f58f8e3de430 - 1.68% (50.8 MB)

[#007] sha256:bb2055d08869b9ca2c9e17942deb78aeae1883171e36e9a9dfb7ab065d7b14e2 - 0.0% (1.16 KB)

[#008] sha256:423605d246fc5d92b494c4f178ce6ba94550398fab5b9a5b66a7e55b9997df86 - 0.0% (1.16 KB)

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


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

Apply image 10.0.16299.15

2018-08-08 23:20:54 UTC

Install update 10.0.16299.611

2018-08-17 09:24:21 UTC

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

2018-08-17 09:24:22 UTC

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

2018-08-17 09:24:23 UTC

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

2018-08-17 09:24:24 UTC

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

2018-08-17 09:26:31 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.';

2018-08-17 09:26:33 UTC

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

2018-08-17 09:26:35 UTC

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

2018-08-17 09:26:36 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