2026-04-01 19:01:24 UTC
2.7 GB
d390a8ee861b9d3b453cdcac6cd68a48f51be31744a1d1b00b3a65137465f69f
MONGO_DOWNLOAD_URLhttps://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc4-signed.msi
MONGO_VERSION8.3.0-rc4
[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 51.31% (1.39 GB)
[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 17.0% (470 MB)
[#002] sha256:f4659e81d8752cc5ef7939c78032a37d64698f21d8f8a550ee009134bf29a172 - 0.0% (1.31 KB)
[#003] sha256:61c2fe4922eaf56605ac49f0034357974941c856f7e44e70e5af8098f47d7689 - 0.0% (1.29 KB)
[#004] sha256:fccc0574fce2442ba8502f5b0474b59fd9693bfe8b9296866e80cc5ba22f7759 - 0.0% (1.29 KB)
[#005] sha256:82ec4eedf252da1d4b67618bc27aa79e10de26c9c82094c6625ecf63cca12c01 - 0.0% (1.29 KB)
[#006] sha256:97255ac34f8c8d79ecc467bed8d9b5d310e237e6cc400fdc405dce6fc4440b06 - 31.7% (877 MB)
[#007] sha256:b7c7033052cb9d7ec9aa2325b2094ed3c23f5a161c182e0617ff8ea6aa14330c - 0.0% (1.29 KB)
[#008] sha256:06ea24ebd43502013332683eb1dbda6bd34d675aadbdd18107103bf36e861451 - 0.0% (1.31 KB)
[#009] sha256:bd230664e474d6b7f9cafa4758412b4f630eb82c2ae7d9e11f6b214a2a052a40 - 0.0% (1.26 KB)
Apply image 10.0.20348.4294
2026-03-03 22:48:22 UTCInstall update 10.0.20348.4893
2026-04-01 18:51:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2026-04-01 18:51:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.3.0-rc4
2026-04-01 18:51:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc4-signed.msi
2026-04-01 18:51:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=d390a8ee861b9d3b453cdcac6cd68a48f51be31744a1d1b00b3a65137465f69f
2026-04-01 19:01:21 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-01 19:01:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2026-04-01 19:01:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2026-04-01 19:01:24 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.