2025-05-22 23:16:55 UTC
2.52 GB
ec161ad4128864948d96a218a898062fd68de4a1202e596304a0d5ed3aea4fce
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.24-rc0-signed.msi
MONGO_VERSION6.0.24-rc0
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 63.46% (1.6 GB)
[#001] sha256:a95a939635fd6bec8c1562dcdbdde2fdb64095d1be9873313939c878db6f7279 - 17.1% (442 MB)
[#002] sha256:ce546d0c4408c34ed2b159a9c30a4e82e5a946ff9055fbb69e9aad5859a3339a - 0.0% (1.26 KB)
[#003] sha256:34ec26975889de83909725cbd8a12d3361eab0380a2e8876bcfde067ac4222a0 - 0.0% (1.26 KB)
[#004] sha256:5f32571b1b159f1359b2926c102c53b45eb649907973ad9398c09309830fd2f3 - 0.0% (1.25 KB)
[#005] sha256:de292fbd9d5ee12d7e8f5bdc3403d561be70181ea90a33443feff95478721d3a - 0.0% (1.26 KB)
[#006] sha256:cc5cc1d2c352666f147ada92a6df6bda87e3dfbddbecfd1caf7a099bc20b0787 - 19.44% (502 MB)
[#007] sha256:14cc913851a0b498c88857946ead6ca2ed19b9ac7dda186bbdd22f7f958b3dfb - 0.0% (1.26 KB)
[#008] sha256:55e5c1aa7326e1e8e94bf182c0d009361b07b5a65d3721d971d97c4381aba601 - 0.0% (1.26 KB)
[#009] sha256:d16c38c4cb4bf83ef85abed327856e239a66de0256da7fe342b1e19d3333bfc4 - 0.0% (1.26 KB)
Apply image 10.0.17763.6293
2025-05-09 13:51:15 UTCInstall update 10.0.17763.7314
2025-05-22 23:15:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2025-05-22 23:15:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.24-rc0
2025-05-22 23:15:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.24-rc0-signed.msi
2025-05-22 23:15:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=ec161ad4128864948d96a218a898062fd68de4a1202e596304a0d5ed3aea4fce
2025-05-22 23:16:52 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.';
2025-05-22 23:16:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2025-05-22 23:16:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2025-05-22 23:16:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]