2026-07-22 22:22:01 UTC
2.75 GB
4dba821fbe63e380f80a21785bade811744a276c17d01e51c8c5bbbcd9c682fb
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.28-signed.msi
MONGO_VERSION8.0.28
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 50.37% (1.39 GB)
[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 22.62% (638 MB)
[#002] sha256:537b255253cbf6488b4f77b9be79c27f8d178d5a90feda1197946c53ea15aff1 - 0.0% (1.31 KB)
[#003] sha256:464d99f2bf5e69b8fcd66f41db8a0ca52f759da1231f978ef27627c6b3a46c92 - 0.0% (1.29 KB)
[#004] sha256:89eefc03411720d31bc64799d9bea1e686070da740708fd105cc7602ffc0b6da - 0.0% (1.3 KB)
[#005] sha256:8c506029d07608525197c35b7a3e21b987a12e4c742637f0cb43af1e95dbcef0 - 0.0% (1.3 KB)
[#006] sha256:6ef9dad0416c24b147c98552bff99bdd34f1598e836555839d4d4f1f5a06a9c7 - 27.01% (761 MB)
[#007] sha256:2b5a5e73bdd025ce0e12619bfecf64f46fce354936a3fb155ac16e17b28bb415 - 0.0% (1.26 KB)
[#008] sha256:1f6bb4a2814f3a33f411fc827b6695c26d90a73fb648bc2731afcb4b7ce6f07c - 0.0% (1.26 KB)
[#009] sha256:150916fad807b915f5ab9d824cc32b543e9a38bee107298c94176798c01e0200 - 0.0% (1.3 KB)
Apply image 10.0.20348.4294
2026-07-11 16:30:20 UTCInstall update 10.0.20348.5386
2026-07-22 22:18:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-07-22 22:18:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.28
2026-07-22 22:19:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.28-signed.msi
2026-07-22 22:19:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=4dba821fbe63e380f80a21785bade811744a276c17d01e51c8c5bbbcd9c682fb
2026-07-22 22:21:57 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-22 22:21:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-07-22 22:22:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-07-22 22:22:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]