2025-09-10 23:53:22 UTC
3.9 GB
1240b0b1037647b9bfe4f792ed46cc9608969a3aff364661841cfc3f81a15949
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.24-signed.msi
MONGO_VERSION7.0.24
[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 52.88% (2.06 GB)
[#001] sha256:2e9750fac680d8e6b6c2e0a6f7718b1ccb76f68a6ebd9f9da4c5e470458c7e72 - 32.37% (1.26 GB)
[#002] sha256:2be963065bb6387b511fba16564fa9857cf7533e8600d0977c175eb04ed9deb2 - 0.0% (1.28 KB)
[#003] sha256:697d135b80d993c48fef3a2f178881313a7ff1678a5ae717a2d88402ad42017c - 0.0% (1.29 KB)
[#004] sha256:08b58216a9a217d7b2d32c9671f412f192feee14345c7a278fa480fe778246e4 - 0.0% (1.3 KB)
[#005] sha256:1453c854511872d0cab13d76e027ac730dbbde9bf7b898c6a4b03d2a417d2678 - 0.0% (1.26 KB)
[#006] sha256:ed52ded116f097945586ccfe9e388fd6dae3163a1766c9ad2e3ee9fb358a404d - 14.76% (590 MB)
[#007] sha256:3d29a10864cd86fce291c503087405749db67edb2ff2ac36176ca18df8558352 - 0.0% (1.29 KB)
[#008] sha256:196d5c54bd3da0fd9d73063a523407d13b8fbf92056b3bf0a5de6728c0d1e1c1 - 0.0% (1.29 KB)
[#009] sha256:a722be276d76dc2d17c003f8da2671fc730d51bf90b6cc190d7e59fbe1594cda - 0.0% (1.31 KB)
Apply image 10.0.26100.2605
2025-09-06 02:36:14 UTCInstall update 10.0.26100.6584
2025-09-10 23:51:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2025-09-10 23:51:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.24
2025-09-10 23:51:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.24-signed.msi
2025-09-10 23:51:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=1240b0b1037647b9bfe4f792ed46cc9608969a3aff364661841cfc3f81a15949
2025-09-10 23:53:21 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-09-10 23:53:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2025-09-10 23:53:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2025-09-10 23:53:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]