2026-04-07 18:08:29 UTC
2.79 GB
94aaf3b1eb02d695ade45fce0d253d93340091988a4173cb8823f08a3cf88b10
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc5-signed.msi
MONGO_VERSION8.3.0-rc5
[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 50.76% (1.42 GB)
[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 18.6% (532 MB)
[#002] sha256:57d51df032ee302662fd4eb2bca68a2afbb91491e3e4c96a24e8f408c21d919b - 0.0% (1.3 KB)
[#003] sha256:d3f396fd263b78900740fca793776cccc8602ef4483c56249457d2ece3795f59 - 0.0% (1.3 KB)
[#004] sha256:212b9940f3b645e73e9e90de6d05c5fa4ab3a7227816289ed57fb04e3385ff94 - 0.0% (1.29 KB)
[#005] sha256:431d69b84b6bb7c05c826f3da4a11e51f8b0305254815010385b2528a6f2e855 - 0.0% (1.26 KB)
[#006] sha256:9fe670ba770abca87b7df0e8efbb409733dcf0d473fc8757cabe2003dad7dc72 - 30.64% (877 MB)
[#007] sha256:9582da99cbd03b5bda33bb582a833727f2e9eefd01fca00042e301585dee5a4b - 0.0% (1.31 KB)
[#008] sha256:77ce97ab4a98f5aecca4e806e2a9cd724f7e9233e33b5a2fdcdb6806d5f55cf1 - 0.0% (1.31 KB)
[#009] sha256:ea61f53e1def0688f1794525716d0603a05db1b7e21204c951e9f4111f142ee9 - 0.0% (1.27 KB)
Apply image 10.0.26100.32230
2026-03-06 02:07:33 UTCInstall update 10.0.26100.32522
2026-04-07 18:06:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-04-07 18:06:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.0-rc5
2026-04-07 18:06:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc5-signed.msi
2026-04-07 18:06:09 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=94aaf3b1eb02d695ade45fce0d253d93340091988a4173cb8823f08a3cf88b10
2026-04-07 18:08:27 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-04-07 18:08:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-04-07 18:08:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-04-07 18:08:29 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.