2026-05-15 16:53:14 UTC
2.55 GB
49e24243affae70b9c80112d0552d14454f5db1219ed2f50abd02d9a81ce95f8
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.28-signed.msi
MONGO_VERSION6.0.28
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 55.72% (1.42 GB)
[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 24.98% (651 MB)
[#002] sha256:15fae92dfb55ac262de9960fc92689b61a6654c6adc652ca004e8f242a4ee3b6 - 0.0% (1.26 KB)
[#003] sha256:5c1fa37648df37bbf3a5d4794b5bf8c421c47c4e5b7c83a711028a6d812d6d53 - 0.0% (1.26 KB)
[#004] sha256:bb99d0b314c6cec9051b7f3f4cab3d73bc22b0d36464ae34a5317db7daba3cec - 0.0% (1.23 KB)
[#005] sha256:7ac4495b95444b30911c89b524f1e020d88c77138bccb1383a84a9ec024271d4 - 0.0% (1.26 KB)
[#006] sha256:26f327d3f0c2cc41af422384c71a6c38e7343c0d8f3d741696c81cea21821b43 - 19.3% (503 MB)
[#007] sha256:a75ce3852287966b42a2eb08e28e291cadfaee024fbaf86894f95ed7daafa351 - 0.0% (1.23 KB)
[#008] sha256:be1010fd83a06d0ab0bded0dcfeaa9624390ebf226c2e25ea940cff1f2a00889 - 0.0% (1.23 KB)
[#009] sha256:f61253fc6a9ae1474dd7ca703fe6951e8892b3ac9a6d70f6cf978cf6e4424a3b - 0.0% (1.26 KB)
Apply image 10.0.26100.32230
2026-05-10 10:08:54 UTCInstall update 10.0.26100.32860
2026-05-15 16:50:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-05-15 16:50:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.28
2026-05-15 16:50:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.28-signed.msi
2026-05-15 16:50:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=49e24243affae70b9c80112d0552d14454f5db1219ed2f50abd02d9a81ce95f8
2026-05-15 16:53:12 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-05-15 16:53:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-05-15 16:53:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-05-15 16:53:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]