Namespace
library
Image / Tag
mongo:5.0.9-windowsservercore-1809
Content Digest
sha256:91b561ad0ebb161ab053796f75c267b493cbec18e4afcd5106e28c0286b4e864
Details
Created

2022-07-13 16:28:08 UTC

Size

2.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0e8032c352253173e9d1683ac7b39c79a4eaed0682e8c0655ca0b3ebd6b11d74

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.9-signed.msi

MONGO_VERSION

5.0.9


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 63.01% (1.75 GB)

[#001] sha256:7aca8de30754f19fe03ee4c21eed0762efb5e91bf684b0cc36cc92b2af13446d - 26.68% (758 MB)

[#002] sha256:49b5d162039eae4fe1f7d6cc0d4b3be061cabb5d1d89950262e1b010e7ed67bb - 0.0% (1.4 KB)

[#003] sha256:a6b17baa80703fd2cfbd6f4e7e10be78a69221d1025e16d1f4375b1dddeacd6b - 0.0% (1.35 KB)

[#004] sha256:8d13642013f3d708bd3b2261f90748746c0d686189184c510e1b501817e8d660 - 0.0% (1.39 KB)

[#005] sha256:0e28e740eaac933026f973b42eda3c0daed17e3d7b55c2ea20f52ba3975f594c - 0.0% (1.39 KB)

[#006] sha256:e0ea0064b332e4f55d50911e55b6d76739dab5cd94abfcaa7a6d56fb6ffe7948 - 10.31% (293 MB)

[#007] sha256:fa3cb00338d9f07b7cfed1e42c8c92ef8f647c44cad043b39ea833e9686997f9 - 0.0% (1.38 KB)

[#008] sha256:31388ea3f0af124b5f8e7f83ce2f97ba6e78ae978ae13411d099e40b29a010d9 - 0.0% (1.37 KB)

[#009] sha256:53e7b4106f3c99bce7206f76765f990f0b20e72c3c1fcfa6f86b2d22f85e8511 - 0.0% (1.36 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-07-06 22:37:15 UTC

Install update 10.0.17763.3165

2022-07-13 12:49:57 UTC

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

2022-07-13 16:25:56 UTC

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

2022-07-13 16:25:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.9-signed.msi

2022-07-13 16:25:58 UTC

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

2022-07-13 16:28:04 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2022-07-13 16:28:06 UTC

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

2022-07-13 16:28:06 UTC

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

2022-07-13 16:28:08 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