2026-07-22 22:20:38 UTC
3.05 GB
3e91c0a69f9cf20bfceaa7c8bc714d63ffbb8f0834a6e7043a734efacc97a8db
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.7-signed.msi
MONGO_VERSION8.3.7
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 46.48% (1.42 GB)
[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 25.39% (793 MB)
[#002] sha256:d172116a401c329316c09cacb64e70e4ddbe775ad2969e9bfa4e44e0ad789f8a - 0.0% (1.27 KB)
[#003] sha256:12d62fb2fcd2db0fca01dd57f9448c2ea981a226061994666d58fd6d7aebd5b0 - 0.0% (1.27 KB)
[#004] sha256:1191d5f87dfb91e15d01d227256157775b7ddf557e29d94bcb5fa1c514a2399d - 0.0% (1.26 KB)
[#005] sha256:2f88acd34b97e85bec05d9ab24d09c5c5b95e5d547e48ac9958b402178f8b675 - 0.0% (1.25 KB)
[#006] sha256:292b329ba3e04c158dd2d2ba7f531e00fd14e8465eef27f2adc90c9225038792 - 28.14% (879 MB)
[#007] sha256:5168c14c25b7a8a7c718c7d17989ead106d5fac519b58dbdf6f7310c132698c8 - 0.0% (1.25 KB)
[#008] sha256:d526ca2c0856a4fdd920f1f99567a0e3fb431d99dc844aabe9d4ded868c3ddfb - 0.0% (1.26 KB)
[#009] sha256:1bebba46ce333d7586e112be880ed88128d779044835e98f79647140096a5b95 - 0.0% (1.28 KB)
Apply image 10.0.26100.32230
2026-07-11 23:02:35 UTCInstall update 10.0.26100.33158
2026-07-22 22:15:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-07-22 22:16:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.7
2026-07-22 22:16:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.7-signed.msi
2026-07-22 22:16:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=3e91c0a69f9cf20bfceaa7c8bc714d63ffbb8f0834a6e7043a734efacc97a8db
2026-07-22 22:20:36 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-07-22 22:20:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-07-22 22:20:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-07-22 22:20:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]