Namespace
library
Image / Tag
mongo:5.0.33-windowsservercore-ltsc2022
Content Digest
sha256:ee64838bb4a576f2bfb4374ee044582d5038c0859fa3925fdc9081735ec7a309
Details
Created

2026-05-15 16:50:56 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2c6478f7329f231ceff3363207e42c918cbae56df35640a89538be983a5daf09

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.33


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 61.14% (1.39 GB)

[#001] sha256:857865ad3eca4da109d969134a9cab7225d9de49597914ae325d43661900f513 - 26.01% (604 MB)

[#002] sha256:4323f64a80bed63facfbcd702ae2ffc441d28707021e6b240ef67eb1e27adc89 - 0.0% (1.29 KB)

[#003] sha256:2fe253e397d7779efe1dec848821ff24620a3536810457c310a9630e1bfa394d - 0.0% (1.27 KB)

[#004] sha256:3f28a02b805c8117cc068c32ba4ddee0171de8b15edff41fb833f02587dac50b - 0.0% (1.27 KB)

[#005] sha256:754813eab3b259528981cf5e36302fb24eec539e6e440c6ddd239246baa8df3c - 0.0% (1.29 KB)

[#006] sha256:1b8c68fe7c98fc45549d83766c5781938cdba080c0d02de9f8ad6ef49cf5c5bc - 12.86% (299 MB)

[#007] sha256:074ab65df2ab9cce06884188624e0ec96cb1eb3589968328cb949f8ae1ff256c - 0.0% (1.27 KB)

[#008] sha256:10b0d9d6219db8507a0c8145a27e4f2ff72f099994891afc77f3ccc1dfce2a90 - 0.0% (1.27 KB)

[#009] sha256:a6a75c76b9622edd506a149d7a790c9335c03d0269361855be05dda30fcaf7cc - 0.0% (1.29 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-05-07 03:49:54 UTC

Install update 10.0.20348.5139

2026-05-15 16:48:52 UTC

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

2026-05-15 16:48:54 UTC

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

2026-05-15 16:48:55 UTC

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

2026-05-15 16:48:56 UTC

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

2026-05-15 16:50:53 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\mongod.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.';

2026-05-15 16:50:54 UTC

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

2026-05-15 16:50:55 UTC

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

2026-05-15 16:50:56 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