2026-03-31 23:33:15 UTC
2.79 GB
943c9e31747f4ccc46e52cf0683c6fd4a7bb8f61b53dda51f90bd1f571dd4117
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc3-signed.msi
MONGO_VERSION8.3.0-rc3
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 50.76% (1.42 GB)
[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 18.6% (532 MB)
[#002] sha256:cc0664ea1491dcbe7fbd07e85cdb6faf5b2d3147dac7b4b044a3d4024770e3eb - 0.0% (1.29 KB)
[#003] sha256:c5324484ac427610c973efea60a97faa6e1719da63a206cdb255b809eb67269b - 0.0% (1.29 KB)
[#004] sha256:b45f01416b9ea77df07884796f3e6997bef32db24c84c53dd6362793701a9a98 - 0.0% (1.29 KB)
[#005] sha256:4a6bc19023b9472c4b1db0aa61111abdd457f796380cd5f01c2f25ce3639466f - 0.0% (1.32 KB)
[#006] sha256:9b36f8029a0fd9f2dbaf815af2cdb038d28d77bd7f0f2df3289b94a49068d840 - 30.64% (877 MB)
[#007] sha256:bb4b42fef6ae193451837a677e16d9e24930342f41d54a7d40235bc00913ccc4 - 0.0% (1.31 KB)
[#008] sha256:71ac186431e192e3ee76dcbaac5b4bd5f33f0c0009efa2a663cee08852de60b9 - 0.0% (1.29 KB)
[#009] sha256:cb2963c61c21a7a8761c6f117f57d4963b404b017389bc39743a87f403b1d881 - 0.0% (1.26 KB)
Apply image 10.0.26100.32230
2026-03-06 02:07:33 UTCInstall update 10.0.26100.32522
2026-03-31 23:29:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-03-31 23:29:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.0-rc3
2026-03-31 23:29:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc3-signed.msi
2026-03-31 23:29:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=943c9e31747f4ccc46e52cf0683c6fd4a7bb8f61b53dda51f90bd1f571dd4117
2026-03-31 23:33:13 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-31 23:33:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-03-31 23:33:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-03-31 23:33:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]