2026-02-10 23:00:13 UTC
2.56 GB
083d7000c8b9ac03a84faf670f08f9996037451df82ac0b6d2182de1e2716135
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.19-signed.msi
MONGO_VERSION8.0.19
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 55.36% (1.42 GB)
[#001] sha256:456534216d0c12d9314cda831989d54bb3f542d7d43d9772ba40654db6dbd7bc - 16.06% (421 MB)
[#002] sha256:b06da1268c25fbbda809a72937e569baba08aa148f60d77b42d59360cdaac735 - 0.0% (1.3 KB)
[#003] sha256:d80aff7302aca419e318d39ef659bdfc0cb731ed68a57b72f94eb3092ba1260d - 0.0% (1.27 KB)
[#004] sha256:6a308b98328694a0ea07b6856bc74b624d3eb0e92085021dbe3d574e544d28e0 - 0.0% (1.3 KB)
[#005] sha256:2daba07c6194d61d523ac6cd6c475328dd49f8a1b158187422f2e5410841460c - 0.0% (1.29 KB)
[#006] sha256:76ae9881d76db999367e4c504ac6f116f1d3e932341f623cd385e03e30f2da9e - 28.58% (750 MB)
[#007] sha256:6b86984be834f1566e1539042bbd315035f6283633f86b32d76e9c3e81e008d9 - 0.0% (1.34 KB)
[#008] sha256:4cf1b615d664c7d9d286e0c2be9e402839f9f76ee5db3d865c2ffb7b723d2f78 - 0.0% (1.3 KB)
[#009] sha256:df33997735d8f616c99d8ac3a5e5554c4a026a90be75125f94cfa03bfcb5a6c2 - 0.0% (1.27 KB)
Apply image 10.0.26100.32230
2026-02-06 22:21:49 UTCInstall update 10.0.26100.32370
2026-02-10 22:58:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-02-10 22:58:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.19
2026-02-10 22:58:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.19-signed.msi
2026-02-10 22:58:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=083d7000c8b9ac03a84faf670f08f9996037451df82ac0b6d2182de1e2716135
2026-02-10 23:00:11 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-02-10 23:00:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-02-10 23:00:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-02-10 23:00:13 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.