2025-09-03 16:46:05 UTC
2.86 GB
4467e013f617dd6a0d4083def5edd50629fe1986ddde96bb5ca294d629fd858e
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.14-rc0-signed.msi
MONGO_VERSION8.0.14-rc0
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 47.69% (1.36 GB)
[#001] sha256:06b9b30319b49e62edeeff59663c236bf6a406712417e8a1be70ae07afd76e2c - 26.73% (782 MB)
[#002] sha256:8499d3a857b23b3f1bf5dbefaf5c3485ee17c1c0261dd0889f70259624ac7a0f - 0.0% (1.26 KB)
[#003] sha256:3189cea9e09a6bfb7085773ba050257cd6edd06fb910c222dfd9162be52e95a4 - 0.0% (1.26 KB)
[#004] sha256:a48130ad836a28db31ae0b2c40d8f9ee2e196e1fb40f7b197666d9ab592baeb9 - 0.0% (1.24 KB)
[#005] sha256:7adcd534a2c453e0dd8e981a33129d73c9056a05a11b536d10ad65372fc5a157 - 0.0% (1.26 KB)
[#006] sha256:ddda71529696212300e8b28414dd525aed086317f576d5406b1150b58db3f5c9 - 25.58% (748 MB)
[#007] sha256:cad8c3c6497ee68aa88b14b306fe8e6f50826a808595610542423db5a5e6468a - 0.0% (1.25 KB)
[#008] sha256:2b00c4e910a7f24ff2b6796f4c83b2b08b9bab62a9c1943564a7e45d95667dfe - 0.0% (1.28 KB)
[#009] sha256:d7dbdc2b20092dd255c480baf65a1eb339c33528964c497d879d50a7035e6a07 - 0.0% (1.26 KB)
Apply image 10.0.20348.2700
2025-08-08 18:40:34 UTCInstall update 10.0.20348.4052
2025-09-03 16:44:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2025-09-03 16:44:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.14-rc0
2025-09-03 16:44:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.14-rc0-signed.msi
2025-09-03 16:44:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=4467e013f617dd6a0d4083def5edd50629fe1986ddde96bb5ca294d629fd858e
2025-09-03 16:46:02 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-03 16:46:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2025-09-03 16:46:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2025-09-03 16:46:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]