Namespace
library
Image / Tag
mongo:8.0.21-rc0-windowsservercore-ltsc2022
Content Digest
sha256:f9e1aafbca574fb000acfd4a2b4be47c958529cb5a88b2c48cdedd35cd2fdba3
Details
Created

2026-03-23 18:43:10 UTC

Size

2.59 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

031b931a2db67978a99d3876c394c3bfcfe9178b517c51f47ac999b15a8fa25a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.21-rc0


Layers

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

[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 17.76% (470 MB)

[#002] sha256:29ed5c73b99b08b0685899e73d0c3249fb0c8f7903a23873188259de54c9e7cb - 0.0% (1.3 KB)

[#003] sha256:8790953a910a4bf13b0f5bb0034297bf206838bc4c438d44b2d4921265f67d5e - 0.0% (1.3 KB)

[#004] sha256:affea0c2f241ac1e25470fef50d6ba99bec27d9416cc08be72388af3c34f0dbf - 0.0% (1.27 KB)

[#005] sha256:beb03a5ef8d837a78c4471eda558b6c65f56d2e010bdde792068de3aa3bee7e0 - 0.0% (1.27 KB)

[#006] sha256:2019b097d488c8b7911c2a907f020600db235bd04dfabaf223583f249a34caa7 - 28.64% (759 MB)

[#007] sha256:22e93c96092c52457d38767b59faf9869b288b99ec2277b7ef93f6721f15af0b - 0.0% (1.26 KB)

[#008] sha256:2914d056fd21394d5ad65382a80053aabfebe25149edca1cabf78c5197c6c7a2 - 0.0% (1.29 KB)

[#009] sha256:241cd19699c029869d39a59a2f184cc7ac51f50f8f4d9fadfeea2c0290019b02 - 0.0% (1.3 KB)


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

Apply image 10.0.20348.4294

2026-03-03 22:48:22 UTC

Install update 10.0.20348.4893

2026-03-23 18:38:35 UTC

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

2026-03-23 18:38:36 UTC

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

2026-03-23 18:38:37 UTC

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

2026-03-23 18:38:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=031b931a2db67978a99d3876c394c3bfcfe9178b517c51f47ac999b15a8fa25a

2026-03-23 18:43:06 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-03-23 18:43:09 UTC

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

2026-03-23 18:43:09 UTC

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

2026-03-23 18:43:10 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.

Delete