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

2026-05-12 23:56:42 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b107b121c75025be9df72c421127c581c5d3e7a5e6a52c0c057fe37227ad035b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.21


Layers

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

[#001] sha256:857865ad3eca4da109d969134a9cab7225d9de49597914ae325d43661900f513 - 21.71% (604 MB)

[#002] sha256:90afc8fac618acea85025416d5c796cadc00fc70c25d63769a357427f3930150 - 0.0% (1.29 KB)

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

[#004] sha256:80b608238d3443d2697cd5ba76f7af7a871199258f48a0eddeb048244f897c51 - 0.0% (1.31 KB)

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

[#006] sha256:888a17a6cbb95682ec5edf9c0d5b6fe0720d637e588f13204911e4c45718312f - 27.26% (759 MB)

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

[#008] sha256:c80652e09002778ef1fa23325ec8d017cb07d1e065916442f851b4e41703cd78 - 0.0% (1.26 KB)

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


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

Apply image 10.0.20348.4294

2026-05-07 03:49:54 UTC

Install update 10.0.20348.5139

2026-05-12 23:46:35 UTC

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

2026-05-12 23:54:41 UTC

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

2026-05-12 23:54:41 UTC

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

2026-05-12 23:54:42 UTC

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

2026-05-12 23:56:41 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-05-12 23:56:42 UTC

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

2026-05-12 23:56:42 UTC

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

2026-05-12 23:56:42 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