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

2026-05-15 16:53:02 UTC

Size

2.35 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:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 60.46% (1.42 GB)

[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 27.11% (651 MB)

[#002] sha256:61b8c1bae9e8ee074186bfe6fbd0c9f8197d15b55cea975b467ba30748cb0e64 - 0.0% (1.3 KB)

[#003] sha256:f967f3c18891dae140e4687e6352a965d893e28bd5e628f7f010bbcd9c1b2fe9 - 0.0% (1.25 KB)

[#004] sha256:6c817a446d1bf987fbcad3bd879e4688c1b51b151424da2e2887af08660185ed - 0.0% (1.26 KB)

[#005] sha256:b9218d22770b3e70a0b4aa4518baa7b588fdf45e216f4ebf185c366a30701848 - 0.0% (1.26 KB)

[#006] sha256:624719be790e75c86b83572285bfd0958da7dc2d6b64f5bbbb46bbfb56b49b47 - 12.43% (298 MB)

[#007] sha256:4ef78fce87769232f3a8f6a089fbdb26ec8d8cf4a0ca26badf1cfb61013c8272 - 0.0% (1.23 KB)

[#008] sha256:bbebb3d6997e46d8c939aa15859c40f3e233ffd453f099603a95e6a58f3c02fe - 0.0% (1.23 KB)

[#009] sha256:161560f07a718305780b2c1389221d2b340fe1b755694fb4f0e58f276431b990 - 0.0% (1.23 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-05-10 10:08:54 UTC

Install update 10.0.26100.32860

2026-05-15 16:51:16 UTC

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

2026-05-15 16:51:18 UTC

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

2026-05-15 16:51:19 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:51:20 UTC

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

2026-05-15 16:53:00 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:53:01 UTC

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

2026-05-15 16:53:01 UTC

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

2026-05-15 16:53:02 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

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"]