2026-05-13 18:12:03 UTC
2.8 GB
aaa3e0cde22b91fd977173344697ee84b09cd6418d5b36ca86884084e4dc5ef6
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.23-signed.msi
MONGO_VERSION8.0.23
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 50.75% (1.42 GB)
[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 22.75% (651 MB)
[#002] sha256:3419f104947f5104f6a9144b897ed8ef79df7da291a5f5756a0d37df4f63c1a7 - 0.0% (1.26 KB)
[#003] sha256:1b942d6053acf715ca9ffc3f4089a80e31f7bd34915feacd0b4f5e2adabca1e1 - 0.0% (1.25 KB)
[#004] sha256:429e31f161c6c3162cc0c746f7941dc39442f882f8c44a7f694710fd8c8a3745 - 0.0% (1.26 KB)
[#005] sha256:abff357c56793d359f2f0e3b214fc8491f70d6e391803f3eb890ffc5f009e6da - 0.0% (1.23 KB)
[#006] sha256:52ca74615e53754403284a5c75aa0cb58513053001b0ddd48d8bb7c20b56135c - 26.5% (758 MB)
[#007] sha256:0c44215b888e16fb89af6dda5283e3a2dbd0f16c10b7f6362616c62659972dc4 - 0.0% (1.26 KB)
[#008] sha256:03c14dc1c7036faa03a0415831154faaa1a55a408c5ae384fef49204be40e98e - 0.0% (1.26 KB)
[#009] sha256:6db0a9ca00304b027ccd5874e8d11cd31a714301b69c4ae8880bcad98a0eb9bd - 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-13 18:09:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-05-13 18:09:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.23
2026-05-13 18:09:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.23-signed.msi
2026-05-13 18:09:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=aaa3e0cde22b91fd977173344697ee84b09cd6418d5b36ca86884084e4dc5ef6
2026-05-13 18:12:02 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';
2026-05-13 18:12:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-05-13 18:12:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-05-13 18:12:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]