2026-07-22 22:21:53 UTC
2.96 GB
f326e306c821fc650ab6a3e4f70a3ff3deda0796562a68f5231539b07c55d253
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.12-signed.msi
MONGO_VERSION8.2.12
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 47.99% (1.42 GB)
[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 26.21% (793 MB)
[#002] sha256:2242e354a8c3f7cd51613881a4d3bb7521275b188220fc1e71d7b5091d7754ac - 0.0% (1.25 KB)
[#003] sha256:b945a39906fded8e025a7ea9ad243f986b53ba5b5236dbd69fd9c3ae25999f7f - 0.0% (1.23 KB)
[#004] sha256:4672a92223444c3997111f5588f7b7c729617cb8a63b9cf31d0ee4e1b62c54b0 - 0.0% (1.27 KB)
[#005] sha256:941c2fe99e1eec99c197fa93af0deb415ce15b326fc94678193f863f8329e375 - 0.0% (1.23 KB)
[#006] sha256:97b9eb8a75e3ecc895dc9d50e7be3be7aa0613543b262ab6b6edc99cda29a33e - 25.79% (781 MB)
[#007] sha256:203c880e459d4bb4f706e109b1d8d34d814c19021800dd3d7b3d00c4beec05c4 - 0.0% (1.25 KB)
[#008] sha256:526b5fde4f4ec0f4034e4ff87d3c0d658bac6560b9a4d5b378f1696f2928bbe5 - 0.0% (1.25 KB)
[#009] sha256:613e8c0448f9a10742075f382dd6d5393e67e7919c7b02023cd6bce5e657a990 - 0.0% (1.26 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=8.2.12
2026-07-22 22:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.12-signed.msi
2026-07-22 22:18:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=f326e306c821fc650ab6a3e4f70a3ff3deda0796562a68f5231539b07c55d253
2026-07-22 22:21:51 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:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-07-22 22:21:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-07-22 22:21:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]