2026-04-14 21:24:57 UTC
2.69 GB
50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.7-rc0-signed.msi
MONGO_VERSION8.2.7-rc0
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 51.56% (1.39 GB)
[#001] sha256:7111ae68f8961455d230dc12d44c2193d29b7c981e35417323613a0c1aa06384 - 20.13% (554 MB)
[#002] sha256:eeff192eec1b2ebe89afea5184d5ad5340d9855a32d5be8fd43f8d582fe02e1e - 0.0% (1.26 KB)
[#003] sha256:7369dcc94ea46a249ecc694ac714a3ad799e206f1f6d150f168204615a19e3ee - 0.0% (1.29 KB)
[#004] sha256:34f771a62769aead2948b7bb1c3bd808659444708bbf5a391f1a19c715019b78 - 0.0% (1.26 KB)
[#005] sha256:ea950527ef140eafe732868aa8612684c754b584895c856ae852ee66552a22bd - 0.0% (1.29 KB)
[#006] sha256:9fe772d2756d4a9858ac3ff42176c4b0c0d66dad16fd5def073162550fc895bb - 28.31% (780 MB)
[#007] sha256:8f0bc0e9f9643c3e61e933a983bc8f02e84aaa171faa9e1c5b91ca60582afa4a - 0.0% (1.29 KB)
[#008] sha256:c357c10cd880f7cb0b5e754f74fe04a42982a876119ceae05d6fcfc54d8cb0c9 - 0.0% (1.3 KB)
[#009] sha256:34abfeaf0933dfa1998a84b0723e1bb9a759bd7abacf45d5bdfa64507b82d189 - 0.0% (1.3 KB)
Apply image 10.0.20348.4294
2026-04-13 03:24:09 UTCInstall update 10.0.20348.5020
2026-04-14 21:20:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-04-14 21:20:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.2.7-rc0
2026-04-14 21:20:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.7-rc0-signed.msi
2026-04-14 21:20:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e
2026-04-14 21:24:51 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-04-14 21:24:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-04-14 21:24:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-04-14 21:24:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]