2026-06-10 20:16:13 UTC
2.98 GB
2ee9df9b622c5c7eac0fcc46fab6d3e179a988b151c9919f8c7870ea8b50e8e3
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.3-signed.msi
MONGO_VERSION8.3.3
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 47.6% (1.42 GB)
[#001] sha256:2ee71d57b2226db82d002abc39a97b7dd144f007db435566364a0285bf115b83 - 23.63% (721 MB)
[#002] sha256:b3c067f9904d805da13ce066739743231af8cca2a434c3f32fcef894b3294eed - 0.0% (1.26 KB)
[#003] sha256:23d689ee1a017a5dabfb6c4ace7526a6890eba36e473e056a3c31e5032ab28d5 - 0.0% (1.25 KB)
[#004] sha256:fde6947be1c20ba441dede2b1cc7001e5d43e59bf7ce1e5d61e996f297409a0a - 0.0% (1.28 KB)
[#005] sha256:7e9734db82c3870359308087daf3eb98b791e47254d7a7a4ba8b904413380dff - 0.0% (1.25 KB)
[#006] sha256:55b5f22c258bfb1342624d7d898bcf70368c2586fe4a9c5cb72394a4456109a0 - 28.78% (878 MB)
[#007] sha256:c7369aa3de3c2e49d90c9fc9db57b70e7b2165308091a1a47d15d476351029f5 - 0.0% (1.27 KB)
[#008] sha256:4fc9c95a888723276c1c170d2c366b32382d4dcbc226c78cd901024f0356e8b0 - 0.0% (1.26 KB)
[#009] sha256:d0889fbf3611468bf42f6ef0120fa08fb020ae6e1e0a9974b3d2bf49ee1ec4d9 - 0.0% (1.23 KB)
Apply image 10.0.26100.32230
2026-06-07 07:36:39 UTCInstall update 10.0.26100.32995
2026-06-10 20:12:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-06-10 20:12:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.3
2026-06-10 20:12:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.3-signed.msi
2026-06-10 20:12:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=2ee9df9b622c5c7eac0fcc46fab6d3e179a988b151c9919f8c7870ea8b50e8e3
2026-06-10 20:16:10 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-06-10 20:16:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-06-10 20:16:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-06-10 20:16:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]