2026-04-14 21:15:01 UTC
2.75 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:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 51.67% (1.42 GB)
[#001] sha256:3642e4b8bb65ad3768f9f74a0dc48bb2e3294779b5d51573a234bfbe4f65324e - 20.59% (579 MB)
[#002] sha256:5228d2674ef7d2384017d4d84015a4eff0a384e9f62559e4ff31893a2a88e627 - 0.0% (1.3 KB)
[#003] sha256:7dc36f370b3550cf4c9b4949b3b85399d29e505a5498d4384ee6b314d6712655 - 0.0% (1.3 KB)
[#004] sha256:e88c9cb79ccf2c2ad91a09fab2e53f8e220b365355f273245cb7154ce1ec5df0 - 0.0% (1.31 KB)
[#005] sha256:7d2b87abf445817aec0b6c742069d314bec2ab55fad1463a0fbee6c733fa03ab - 0.0% (1.26 KB)
[#006] sha256:fe23e8dda1b85beffe6a40102030f63f64f3d910ff956fb51b9d7fb26af7d89b - 27.74% (780 MB)
[#007] sha256:ea1077f5fbd4d2e9f2550cfd193fa807fffb330f38bda5bd0bd97fe54e2dd788 - 0.0% (1.28 KB)
[#008] sha256:300b0cf3cdcdfa0a676bd6e445691323ccc0d4639acd8c1e5cad35e264db6c62 - 0.0% (1.26 KB)
[#009] sha256:eb0d3c9bd92c29a3d09c26f41d72ff4b63fcb8c2af9da5379d5d263f9c0fa8c0 - 0.0% (1.25 KB)
Apply image 10.0.26100.32230
2026-04-13 07:00:46 UTCInstall update 10.0.26100.32690
2026-04-14 21:12:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-04-14 21:12:26 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.2.7-rc0
2026-04-14 21:12:27 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:12:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e
2026-04-14 21:14:59 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:15:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-04-14 21:15:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-04-14 21:15:01 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]