Namespace
library
Image / Tag
mongo:8.0-windowsservercore-ltsc2022
Content Digest
sha256:61eebec98eb088e67c382ae04d7722cd49c08574386bfa8003d3b71057bf9da1
Details
Created

2026-06-12 19:17:58 UTC

Size

2.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c098ff1c829307b40e61beb1c9b24faf31d489f45e75a4100938d8501dd6fe94

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.26


Layers

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

[#001] sha256:6897a04901ec162be0eabd7eb636b5ac50d6e37c880f1db618610f2d777b1ce6 - 21.95% (613 MB)

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

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

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

[#005] sha256:a4689f3391afafd8f5c30206b1a9eb092e3444256378793443a4db7444e18362 - 0.0% (1.29 KB)

[#006] sha256:beb240c27e42be08f505977655b3d285e385a17b9f7220d7260d8e5fffc64ee6 - 27.21% (760 MB)

[#007] sha256:d1848485a6e87cddf4d17dc9be579669b62e1ee44bcfb9f276b492d05d179115 - 0.0% (1.29 KB)

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

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


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

Apply image 10.0.20348.4294

2026-06-07 06:43:23 UTC

Install update 10.0.20348.5256

2026-06-12 19:15:38 UTC

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

2026-06-12 19:15:40 UTC

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

2026-06-12 19:15:41 UTC

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

2026-06-12 19:15:42 UTC

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

2026-06-12 19:17:56 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-06-12 19:17:57 UTC

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

2026-06-12 19:17:58 UTC

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

2026-06-12 19:17:58 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