2026-07-22 22:21:34 UTC
2.78 GB
ba908ce950272f3039acb53e3209fe1af5d6533d49bb14f3954ad68c26490edf
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.39-signed.msi
MONGO_VERSION7.0.39
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 51.11% (1.42 GB)
[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 27.92% (793 MB)
[#002] sha256:ebf62e988e42551103f8911da578eea9619eb3640dec82e1713932cd2891bdb1 - 0.0% (1.33 KB)
[#003] sha256:4a18991bca6668a5d05857b26741b59f66f5fa5b4832e4a198f88684e7fe7d19 - 0.0% (1.23 KB)
[#004] sha256:60e0fa1fa11213f2a42e593ea7c575912a10ac95b256c5fbaed1e665881ac44b - 0.0% (1.25 KB)
[#005] sha256:15b3d586b6f9c362b08ac254e34fc584ae589deafdb096736a919013e6ed8b7e - 0.0% (1.26 KB)
[#006] sha256:b9379c803106bcf8fe53491a0cecb0af21f2ff014e9e9da86cd427a1ba4bfe98 - 20.97% (596 MB)
[#007] sha256:f440c1d8659ec352c2eb9b793f673f972448c188a5af97bd742d94f76b813fd4 - 0.0% (1.23 KB)
[#008] sha256:cdae7c87e57137ab358319b9d4770f266eb5701c701f4ee398ba8a0c76bb3bb9 - 0.0% (1.23 KB)
[#009] sha256:b6846fa7f0b1a6f4d0e6e7f288862a0039d0fdbed3f8259e8581f2a03b156c27 - 0.0% (1.23 KB)
Apply image 10.0.26100.32230
2026-07-11 23:02:35 UTCInstall update 10.0.26100.33158
2026-07-22 22:18:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-07-22 22:18:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.39
2026-07-22 22:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.39-signed.msi
2026-07-22 22:18:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=ba908ce950272f3039acb53e3209fe1af5d6533d49bb14f3954ad68c26490edf
2026-07-22 22:21:32 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:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-07-22 22:21:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-07-22 22:21:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]