2026-07-15 23:32:29 UTC
2.77 GB
564477a3abee2720e78714dd6d2d9757a2d8e5cf24ecd6665cb788be95626c36
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.11-signed.msi
MONGO_VERSION8.2.11
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 50.04% (1.39 GB)
[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 22.47% (638 MB)
[#002] sha256:bfe75e8ec617e2f46883b922201a47b611c2b8dbb7b6b0dd6a9f9d23babf4e8b - 0.0% (1.31 KB)
[#003] sha256:a95680ad5948c172f775cb3b87e64db0a2e34f49da78130156c60e9fb143c797 - 0.0% (1.29 KB)
[#004] sha256:fa8899a578a72914250f2681865ad0535fab682faa2bae5cf335298f5969eb8a - 0.0% (1.26 KB)
[#005] sha256:2fc823b814263073fc961d65e0e1adcf1ef4e7d59d05c7c7cec404f550a67c13 - 0.0% (1.26 KB)
[#006] sha256:9a6b526656c6f05ad66bed217567cd6aa17929f818e8af5974bc1920f21f542e - 27.49% (780 MB)
[#007] sha256:2cd283aff019e6fbaa90d62fcc5927b7d73a42e474bc50fd7d01a82a6ee5fec5 - 0.0% (1.3 KB)
[#008] sha256:2371f9454771b738a2d9cf12bb13f6a134e285c6e2499951ac640f25262cd618 - 0.0% (1.3 KB)
[#009] sha256:c139569ac94db8ee26d314ad1e20beb6214d24942237843c8ab012aed6f95ec5 - 0.0% (1.29 KB)
Apply image 10.0.20348.4294
2026-07-11 16:30:20 UTCInstall update 10.0.20348.5386
2026-07-15 23:27:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-07-15 23:27:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.2.11
2026-07-15 23:27:27 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.11-signed.msi
2026-07-15 23:27:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=564477a3abee2720e78714dd6d2d9757a2d8e5cf24ecd6665cb788be95626c36
2026-07-15 23:32:25 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-07-15 23:32:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-07-15 23:32:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-07-15 23:32:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]