2026-09-09 22:51:04 UTC
2.93 GB
349ac0c10d204d014c97bb2ae03de61b8955f69d6c81f01f4a91f3823663589b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.9-signed.msi
MONGO_VERSION8.3.9
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 47.38% (1.39 GB)
[#001] sha256:415798186eb335ced6c3ef7f07db644b7c42771bc47e33781ec5cea24c3285b6 - 23.24% (697 MB)
[#002] sha256:59dcba8d1645e77be693b8cc5bf0b5f09544976e199ac8abf658d25d2bdd328b - 0.0% (1.29 KB)
[#003] sha256:87e8e4216e0c6155dd07b29ef930d0c0e0a85f01447f56f9b9dbcf0797b625c0 - 0.0% (1.28 KB)
[#004] sha256:9ffa118fa3addd0d9e6388f0906315003c54efb5a6d16b68cf3ea302420cdb01 - 0.0% (1.26 KB)
[#005] sha256:c224c354e9f41c1caed9aa139f7670a3086b8d99a1c58644118899cca8fe9c4b - 0.0% (1.26 KB)
[#006] sha256:f91c3a0f70a67de34a4563ac987803e83b0a3ce104ed17a22384c0c945a3b259 - 29.38% (881 MB)
[#007] sha256:afe42205f82269828b4eae326b695988bcc17ace35dfbc345e09fe02e255de90 - 0.0% (1.26 KB)
[#008] sha256:7af23900c877f09f780fe1e654bfd1512105bf38228871c71a7d1c28864de95e - 0.0% (1.31 KB)
[#009] sha256:13864310e3b86c8ba98ac635fc3e5fec6ac7e89f3e09c6eafe92fee7cb6f5d69 - 0.0% (1.26 KB)
Apply image 10.0.20348.4294
2026-09-05 23:48:54 UTCInstall update 10.0.20348.5622
2026-09-09 22:48:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-09-09 22:48:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.9
2026-09-09 22:48:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.9-signed.msi
2026-09-09 22:48:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=349ac0c10d204d014c97bb2ae03de61b8955f69d6c81f01f4a91f3823663589b
2026-09-09 22:51:03 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-09-09 22:51:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-09-09 22:51:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-09-09 22:51:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]