2025-08-12 23:40:12 UTC
2.62 GB
ed437d534ae2934870d2efe2d0e3fcb326a1367f28496c8ccf48697cd4ee5f2b
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.26-rc0-signed.msi
MONGO_VERSION6.0.26-rc0
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 52.05% (1.36 GB)
[#001] sha256:06b9b30319b49e62edeeff59663c236bf6a406712417e8a1be70ae07afd76e2c - 29.17% (782 MB)
[#002] sha256:ff0f2ce8b5b440000d419a9c9edf73ad98a6d3ce0b03731261fd47bc9ca2f665 - 0.0% (1.25 KB)
[#003] sha256:69439fae234c58856cae3864a6ebda2f172f77d8fbe0ef020490719346ad90da - 0.0% (1.3 KB)
[#004] sha256:65ce0d5f3d2c92b8e70dd6899c14d22fd48742b1e00b72d77cfb20127781980a - 0.0% (1.25 KB)
[#005] sha256:d15a61bdf7fcf00780501706b54a4fa75fd9aaada5afb095677c9d83ffd9be05 - 0.0% (1.26 KB)
[#006] sha256:24555859afbe97f913145fb21e96f7e883cba7dda7e26522b51bb17da9cb7c24 - 18.77% (503 MB)
[#007] sha256:bd6285f18b589746c4de5329ef869b81e9c98fe8652c8300524563c43cdccef9 - 0.0% (1.26 KB)
[#008] sha256:549c7c8eda0ba04b7fb59bb054689419b2bfb9048ff9df87b4d90d2dcd880f4e - 0.0% (1.25 KB)
[#009] sha256:22df90385509bafa5acc59d7a7f25b2afc351234308fd11cd143a1ac6afce958 - 0.0% (1.25 KB)
Apply image 10.0.20348.2700
2025-08-08 18:40:34 UTCInstall update 10.0.20348.4052
2025-08-12 23:39:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2025-08-12 23:39:03 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.26-rc0
2025-08-12 23:39:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.26-rc0-signed.msi
2025-08-12 23:39:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=ed437d534ae2934870d2efe2d0e3fcb326a1367f28496c8ccf48697cd4ee5f2b
2025-08-12 23:40:05 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.';
2025-08-12 23:40:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2025-08-12 23:40:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2025-08-12 23:40:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]