Namespace
library
Image / Tag
mongo:4.0.16-windowsservercore-1809
Content Digest
sha256:98c93a3db5e82b248de2b5c14d7d5229edb09d20b2088d27c7c2cb036c20ba21
Details
Created

2020-03-11 22:59:31 UTC

Size

2.19 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d871d52110ed3c6600273d44e557ab63fc4104aa84b6115ad4dc0b68f90c062d

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.16-signed.msi

MONGO_VERSION

4.0.16


Layers

[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 65.27% (1.43 GB)

[#001] sha256:23645bd7ee0885911e1e2ab55ebcb36ce35795e1ceba9166ffd1b26dde18c3ee - 31.08% (697 MB)

[#002] sha256:bb49f89affc2d69b541463d095fdfbe61fa62e02b0aa5fa6d26bc134fb66bf35 - 0.0% (1.18 KB)

[#003] sha256:672d2344ef682ac901927ee26dde837d8edafb029d3889536fd885d149a60b98 - 0.0% (1.19 KB)

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

[#005] sha256:695030bb83bb861be142bd3fd66b9891af9fe0411d44040366f5475f377dc390 - 0.0% (1.18 KB)

[#006] sha256:39cee58b67c5b7e0e1a1ab2da864494fccf18612ca2c4e257d524ad6c30f185e - 3.65% (81.9 MB)

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

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

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


History
2018-09-15 09:10:26 UTC

Apply image 1809-RTM-amd64

2020-03-06 11:12:29 UTC

Install update 1809-amd64

2020-03-10 23:23:21 UTC

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

2020-03-10 23:23:23 UTC

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

2020-03-11 22:43:57 UTC

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

2020-03-11 22:43:58 UTC

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

2020-03-11 22:59:24 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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.';

2020-03-11 22:59:26 UTC

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

2020-03-11 22:59:29 UTC

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

2020-03-11 22:59:31 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