2026-05-15 16:53:02 UTC
2.35 GB
2c6478f7329f231ceff3363207e42c918cbae56df35640a89538be983a5daf09
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.33-signed.msi
MONGO_VERSION5.0.33
[#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)
Apply image 10.0.26100.32230
2026-05-10 10:08:54 UTCInstall update 10.0.26100.32860
2026-05-15 16:51:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-05-15 16:51:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.33
2026-05-15 16:51:19 UTCpowershell -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 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=2c6478f7329f231ceff3363207e42c918cbae56df35640a89538be983a5daf09
2026-05-15 16:53:00 UTCpowershell -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 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-05-15 16:53:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-05-15 16:53:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]