2025-08-12 20:34:05 UTC
3.83 GB
c3b3cab89a024970ee1971c6ead4ede2c5e8be2e302616f5aa45e409cba30167
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.22-signed.msi
MONGO_VERSION7.0.22
[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 53.83% (2.06 GB)
[#001] sha256:203c144449ed67b479a4424fa1d1138f1c8909f1e47a45a6500d4d7f7d058549 - 31.19% (1.2 GB)
[#002] sha256:d084afe8ed3cc58f21c82fc4c9503312c7a00283a9eed60916281dec4da689c5 - 0.0% (1.3 KB)
[#003] sha256:5e88351176904905c10bbae62b5ab345e3b34845d27fd00394db18784cdfa248 - 0.0% (1.31 KB)
[#004] sha256:17a88f5edd0c1f1af0001f9ebc0db63f773cb884556a5c1b865b915bd4d7754f - 0.0% (1.29 KB)
[#005] sha256:3808383ed64d33b55c55b7d392f3fcaac41a4b71f90aa8822e7cfa99b136a697 - 0.0% (1.29 KB)
[#006] sha256:2d4392830c3852b1b3f47938b70f2d23da2865baaece13bcf4d3f8bb61b185f3 - 14.97% (588 MB)
[#007] sha256:1ed8b19bfc12059bfa85e71cc1ca70b714ee2fc8b4eb77ce3d131eaf2063a716 - 0.0% (1.29 KB)
[#008] sha256:e9338bc3725c73fdcdd92f5c7a7275e55814065af123779d4443bd7dcca9f28a - 0.0% (1.28 KB)
[#009] sha256:0522116c637f5739479092cb96103f719d48157d44d9ac309bfec2c3a1b0e94c - 0.0% (1.29 KB)
Apply image 10.0.26100.2605
2025-08-10 03:12:45 UTCInstall update 10.0.26100.4946
2025-08-12 20:33:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2025-08-12 20:33:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.22
2025-08-12 20:33:18 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.22-signed.msi
2025-08-12 20:33:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=c3b3cab89a024970ee1971c6ead4ede2c5e8be2e302616f5aa45e409cba30167
2025-08-12 20:34: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-08-12 20:34:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2025-08-12 20:34:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2025-08-12 20:34:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]