2026-03-10 22:13:27 UTC
2.42 GB
e82965706dc6686e50028b9ebb9ddc9b74ed0ceebdd72ae15f611ef83bb0f4c9
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.31-rc1-signed.msi
MONGO_VERSION7.0.31-rc1
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 57.24% (1.39 GB)
[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 18.96% (470 MB)
[#002] sha256:2cb6e8ac90044fb5818f0ae1ca752ca9fa622bf125ef50cc804c3d79c873db20 - 0.0% (1.3 KB)
[#003] sha256:dee7abba5733d4d011af326a676f2bb0a671bec534100f205fe4f9735d2b1254 - 0.0% (1.31 KB)
[#004] sha256:1dfee58d2d03ff0d06362cddfd61cc78f10848c99aa45dd3027f322cb5cbb062 - 0.0% (1.3 KB)
[#005] sha256:bb84a5961efadeb6b62aa9f16f09c2224e04b5472b0ff7edbfc8b7d0805d3919 - 0.0% (1.29 KB)
[#006] sha256:eb321a66543d16875c6456273c491350562b5743c9205f20cfae82c064eb56b2 - 23.8% (590 MB)
[#007] sha256:732edddbec2c7151134e5359cb3107b4b3a35e6f39192d2a55ae9f8f8957c89a - 0.0% (1.28 KB)
[#008] sha256:219b9e8ea2f905a669a1c6a2f13bc9616b384399aa5a7ba0c1b6cbf8db417879 - 0.0% (1.27 KB)
[#009] sha256:4fcedcadc31ce160a03104286101a3f4286e40019b5c571bf7e641e8c5609f96 - 0.0% (1.29 KB)
Apply image 10.0.20348.4294
2026-03-03 22:48:22 UTCInstall update 10.0.20348.4893
2026-03-10 22:09:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-03-10 22:11:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.31-rc1
2026-03-10 22:11:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.31-rc1-signed.msi
2026-03-10 22:11:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=e82965706dc6686e50028b9ebb9ddc9b74ed0ceebdd72ae15f611ef83bb0f4c9
2026-03-10 22:13:24 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-03-10 22:13:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-03-10 22:13:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-03-10 22:13:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]