2026-01-28 19:05:48 UTC
2.44 GB
29d539c931925d505ddee657e038d7fc02d93352d1f15f364d83acf6ac5627b6
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.18-signed.msi
MONGO_VERSION8.0.18
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 56.79% (1.39 GB)
[#001] sha256:8810874280ba2ea58e95647ea717ead1a5fb07fea1d9160047d580e653fe9cbd - 13.22% (331 MB)
[#002] sha256:6ae0f27739aca296c171d0de6aad5f912584ae2e79401d5acaca0365f950e714 - 0.0% (1.28 KB)
[#003] sha256:8b8838277426b6c33111657809375faac13b6d9e94f25317ae0c0016c7da555e - 0.0% (1.26 KB)
[#004] sha256:d4387977359da73650fa8b0a97cac9be4a6d5dfc0e44fcb39cf4e9799bdec316 - 0.0% (1.29 KB)
[#005] sha256:8acf3066227619c018efff68e91f41e266fd13f398606b4d1d589a5422687acc - 0.0% (1.28 KB)
[#006] sha256:52157d5ef3680c1b0ce36c888947eb8e9683940e893e0c171bbed472bc032fc6 - 29.99% (750 MB)
[#007] sha256:3f1bcecd14514202e14469f8d91a5ff1ca5937c6a021481a33d8ecdba5bb5aef - 0.0% (1.26 KB)
[#008] sha256:a2c9fa91a521aee0ae11e96ac745e3e16725a1cffa078aee2b9afb2513900e35 - 0.0% (1.29 KB)
[#009] sha256:0db17cac0c20bfc520ab7875168d5e864e614974d3e6148b86ed31743f80e9d8 - 0.0% (1.28 KB)
Apply image 10.0.20348.4294
2026-01-09 00:11:24 UTCInstall update 10.0.20348.4648
2026-01-28 19:01:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-01-28 19:01:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.18
2026-01-28 19:01:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.18-signed.msi
2026-01-28 19:01:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=29d539c931925d505ddee657e038d7fc02d93352d1f15f364d83acf6ac5627b6
2026-01-28 19:05:46 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-01-28 19:05:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-01-28 19:05:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-01-28 19:05:48 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.