2026-06-09 22:25:20 UTC
2.86 GB
aaa3e0cde22b91fd977173344697ee84b09cd6418d5b36ca86884084e4dc5ef6
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.23-signed.msi
MONGO_VERSION8.0.23
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 49.54% (1.42 GB)
[#001] sha256:2ee71d57b2226db82d002abc39a97b7dd144f007db435566364a0285bf115b83 - 24.59% (721 MB)
[#002] sha256:d5f2c049072efa77642ed13cca6df23293756053338ae5d789db190becf23a12 - 0.0% (1.26 KB)
[#003] sha256:3eaf997eb045cd715593d6145e2dcc2b4a0593b53c8f94e0a2bdaae7ec4d8575 - 0.0% (1.3 KB)
[#004] sha256:6e18e8a2ea26c087dc84de32b9511b30f0b3ae96bd54b0bed830601dc92ff6bf - 0.0% (1.3 KB)
[#005] sha256:a3b922e4bcc07a1f394a7d4f4078c96caf16146e74cf0370b1794bff47b91b1f - 0.0% (1.29 KB)
[#006] sha256:e59bd5966d3590d2f51b8fea4af3696b29cba82608bd8c20930aa1dff40ae082 - 25.87% (758 MB)
[#007] sha256:1363fa5c9be0bb38487b823f768add547f24f60cc5963575b34fd2c1a24ca6ea - 0.0% (1.25 KB)
[#008] sha256:0ee48f7dae3f341fe194cc5e1c5dfd1987e04c5f1a3cb4a5732101f0a29d8e92 - 0.0% (1.27 KB)
[#009] sha256:8525b16e4cedbce5f473171b04c24e118ca10bb8613f9c6d72af6633f1c22bb8 - 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-09 22:23:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-06-09 22:23:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.23
2026-06-09 22:23:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.23-signed.msi
2026-06-09 22:23:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=aaa3e0cde22b91fd977173344697ee84b09cd6418d5b36ca86884084e4dc5ef6
2026-06-09 22:25:18 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-09 22:25:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-06-09 22:25:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-06-09 22:25:20 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.