Namespace
library
Image / Tag
mongo:4.0.2-windowsservercore-1709
Content Digest
sha256:a5ca976f43f5fa55fb111d55a162d2a3bb09dd3b5318449cb9540db51457b36a
Details
Created

2018-09-21 10:05:43 UTC

Size

2.97 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

a54030c609ef1ae99b85a78b9d4f1ef2d34fea991fc023830108e779f7fbee26

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.2


Layers

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

[#001] sha256:a5b83e25f92aef992a2827d664111b4726ada7d0b13d7af21882734cab96d8d0 - 26.9% (819 MB)

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

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

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

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

[#006] sha256:c266ab6488221a64d205f3a6a19361d5eff44a4cb808c0a1511d400e6334c6ae - 1.83% (55.7 MB)

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

[#008] sha256:eef0f920be22dd44ee3a1c9a8362bb5018a603f62001f17487bb585de1f6e840 - 0.0% (1.17 KB)

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


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

Apply image 10.0.16299.15

2018-09-09 17:24:12 UTC

Install update 10.0.16299.665

2018-09-15 09:20:18 UTC

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

2018-09-15 09:37:27 UTC

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

2018-09-15 09:37:28 UTC

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

2018-09-15 09:37:29 UTC

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

2018-09-21 10:05:38 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (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-09-21 10:05:39 UTC

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

2018-09-21 10:05:41 UTC

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

2018-09-21 10:05:43 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