2026-05-12 23:56:37 UTC
2.56 GB
02bb67e1e490b4dc587d853b7ce30197f798c15faba5d48aadf4891bba695072
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.32-signed.msi
MONGO_VERSION7.0.32
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 54.22% (1.39 GB)
[#001] sha256:857865ad3eca4da109d969134a9cab7225d9de49597914ae325d43661900f513 - 23.06% (604 MB)
[#002] sha256:0656ac5a34b349b03ead8709ce05f7bc1d466f96a3d09f56bff68852bcdd00db - 0.0% (1.29 KB)
[#003] sha256:04b4e1c93687c6910be37cac6605689157053c3cc18e6a5eb2d622ea8a838b7c - 0.0% (1.29 KB)
[#004] sha256:62f971fcdac15792d3378e633033945a91baa8261903da1eb7884624dabc9cb4 - 0.0% (1.29 KB)
[#005] sha256:bfdcf803429c67a8053db75de9c486df6e4af82bb8606a8c978e0ff664fca4f3 - 0.0% (1.26 KB)
[#006] sha256:6d9f08cfb26e0b65fb9438b1d07c79258873d3aef129f3ad997d2e8f16682f70 - 22.72% (595 MB)
[#007] sha256:94d6ba4bd78e52dc16616121aee16d6b09d52ec6180e2780a8df51724e753817 - 0.0% (1.27 KB)
[#008] sha256:5c0ef13442e360518401996b245f1902d628b5160fff99866bd205da7113d858 - 0.0% (1.3 KB)
[#009] sha256:96349a644918eca94f7cf3143fcf0d85e3d04fb5c2a9a1f5920a9394d95f08e5 - 0.0% (1.28 KB)
Apply image 10.0.20348.4294
2026-05-07 03:49:54 UTCInstall update 10.0.20348.5139
2026-05-12 23:53:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-05-12 23:55:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.32
2026-05-12 23:55:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.32-signed.msi
2026-05-12 23:55:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=02bb67e1e490b4dc587d853b7ce30197f798c15faba5d48aadf4891bba695072
2026-05-12 23:56:31 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-12 23:56:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-05-12 23:56:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-05-12 23:56:37 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]