Tag

library/mongo:8.0.21-rc1-windowsservercore-ltsc2022
Content Digest: sha256:9b83f6aec18894db9a83113fdbc2614b29db9cd6a68f53d4626f7c22ddf15654
Manifests
Details
Content Digest

sha256:4f8f31a5d3522448de7be126434843713235822e4628fc689935108caf681866

Created

2026-04-14 21:25:21 UTC

Size

2.67 GB


Environment
MONGO_DOWNLOAD_SHA256

281946de0d1105f14284f7276d861be52cbb6284a3998916f158867ed0cd9620

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.21-rc1-signed.msi

MONGO_VERSION

8.0.21-rc1


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 51.97% (1.39 GB)

[#001] sha256:7111ae68f8961455d230dc12d44c2193d29b7c981e35417323613a0c1aa06384 - 20.28% (554 MB)

[#002] sha256:c18355c9020e1e18ab72802f0a7dea05d92d154e1d1b3258f625c68259315f54 - 0.0% (1.26 KB)

[#003] sha256:71b03fd15c5be33b3a3946d44026b538fd284de4e993f3ddf467bc6e992a94a6 - 0.0% (1.3 KB)

[#004] sha256:58016d2851ee4ae68cc86cd568231ff28e275f31a747aaad2a1fbf2266f21dcd - 0.0% (1.26 KB)

[#005] sha256:084c354264cd8fd56e4f5d500d069753211ca71bae9ac8c4fcfe5d6e078ad42c - 0.0% (1.28 KB)

[#006] sha256:b03d408eafe56b46bb518e5efc636b5e5663899684094cf597f9ccd710d0947f - 27.75% (758 MB)

[#007] sha256:7f8121d1161dc5450bd8c4578365aee3170b77f86376761b6d30a634a7773eeb - 0.0% (1.26 KB)

[#008] sha256:85519e0fee389b889e55e507d12a0b35606a8a8ea99d1d6e71ff06cb5824ccbb - 0.0% (1.29 KB)

[#009] sha256:e58168e367b423b71cb6d41dabf418934d8c57aa5a42ba8940896776d3440344 - 0.0% (1.26 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-04-13 03:24:09 UTC

Install update 10.0.20348.5020

2026-04-14 21:19:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2026-04-14 21:21:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.21-rc1

2026-04-14 21:21:46 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.21-rc1-signed.msi

2026-04-14 21:21:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=281946de0d1105f14284f7276d861be52cbb6284a3998916f158867ed0cd9620

2026-04-14 21:25:18 UTC

powershell -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-14 21:25:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2026-04-14 21:25:20 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2026-04-14 21:25:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Danger Zone
Delete Tag

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.