2026-05-13 18:16:25 UTC
2.56 GB
87a344eba774c38d0ee7261b3c0a12fb3bd2e16241ff4026ae7220c789cf06bc
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.34-signed.msi
MONGO_VERSION7.0.34
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 54.22% (1.39 GB)
[#001] sha256:857865ad3eca4da109d969134a9cab7225d9de49597914ae325d43661900f513 - 23.07% (604 MB)
[#002] sha256:14b223497b10d83963fed27b2301bd289b3849f2656b51361b6ad58678e43a75 - 0.0% (1.3 KB)
[#003] sha256:d20437ddae97a25e12cb8fd2d7395fddc432a8954c89fc70c8f39b5d19651ec8 - 0.0% (1.3 KB)
[#004] sha256:fd1fad722e08aa36d0638c304f91fb15184069e9e3c2b1e0c0af4d56ef79141d - 0.0% (1.27 KB)
[#005] sha256:924033bfbf7a501c0845464cd73b380c433949c543d9eac1f9be774a1c5937fc - 0.0% (1.3 KB)
[#006] sha256:93bf4a9632e8493464c180e2bae59df74550b7265905376e9ca316a21b933d56 - 22.71% (595 MB)
[#007] sha256:0b6b07d7b0e0bc8fbb8cf33879677bf02ff9f493540d3cca15e2fd08cf3c65b6 - 0.0% (1.29 KB)
[#008] sha256:fbf2fe047e1620f85db3cd59f056eb3c45b312dba7b9c4cdc8d46abc1a8ec1e1 - 0.0% (1.26 KB)
[#009] sha256:68dee0fe9c755bc461eea69586bcea72632a13ffa529dba5ffadbc270105f132 - 0.0% (1.29 KB)
Apply image 10.0.20348.4294
2026-05-07 03:49:54 UTCInstall update 10.0.20348.5139
2026-05-13 18:13:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-05-13 18:13:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.34
2026-05-13 18:13:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.34-signed.msi
2026-05-13 18:13:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=87a344eba774c38d0ee7261b3c0a12fb3bd2e16241ff4026ae7220c789cf06bc
2026-05-13 18:16:24 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-13 18:16:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-05-13 18:16:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-05-13 18:16:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]