2026-06-10 20:18:17 UTC
2.88 GB
6027ca428953cadaef4bf6a2681e66cd3e1f9ebaa65fc961a32c4d363c55889b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.10-signed.msi
MONGO_VERSION8.2.10
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 49.18% (1.42 GB)
[#001] sha256:2ee71d57b2226db82d002abc39a97b7dd144f007db435566364a0285bf115b83 - 24.42% (721 MB)
[#002] sha256:e9483635f243f900a69ce8b88b2fafe43b529e8687251c0220c401e11aa7e421 - 0.0% (1.29 KB)
[#003] sha256:77357b29115bbfa8175b741d0cd93c3b63f636880bb04febc7339287dc5778d2 - 0.0% (1.26 KB)
[#004] sha256:c5d9fe6ff95f6f11182b16d1f9cf297083cdf623c7d115077742ffd71eed0eee - 0.0% (1.26 KB)
[#005] sha256:2fdb2cc34960adb40dc717561781a5bbf44309cdfefb715300c9443f7edb5dde - 0.0% (1.23 KB)
[#006] sha256:6296084d21af9496aaef779862b2fcf9e192aadfbe12f76762290dc96ac6c22c - 26.4% (780 MB)
[#007] sha256:e279551c009a314041cc6040a85e2306d613a0da18e8f4a628e67e9ca90bcddd - 0.0% (1.25 KB)
[#008] sha256:56328052973c51308eade8332a9364c652f6eca80180d8a42a279f452aca6474 - 0.0% (1.27 KB)
[#009] sha256:542d61e9b49881ddde1afe5333d6cbc9b474fe1b9085572aefe68480b5dbee6f - 0.0% (1.27 KB)
Apply image 10.0.26100.32230
2026-06-07 07:36:39 UTCInstall update 10.0.26100.32995
2026-06-10 20:15:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-06-10 20:15:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.2.10
2026-06-10 20:15:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.10-signed.msi
2026-06-10 20:15:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6027ca428953cadaef4bf6a2681e66cd3e1f9ebaa65fc961a32c4d363c55889b
2026-06-10 20:18:14 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-06-10 20:18:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-06-10 20:18:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-06-10 20:18:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]