Namespace
library
Image / Tag
mongo:8.0.29-windowsservercore-ltsc2022
Content Digest
sha256:75c101a92dad68cda9f4053d690c45afbdf6a23bd983c9794d1f3c6d06016451
Details
Created

2026-08-11 19:11:57 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7c2a821f6caaffe53da63f3a048ba624e04f37358b749ce0ebe9da1684fdfedc

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.29


Layers

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

[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 22.61% (638 MB)

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

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

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

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

[#006] sha256:526b54b48426da921e8794174d5cdeb7f640dbcac4d7c2562b2247f6b488234e - 27.02% (762 MB)

[#007] sha256:4d9621a20637b27348ed1eafc0281cf414f350dc61d021b50f47e454f5d2788f - 0.0% (1.27 KB)

[#008] sha256:09c5b43ee2600fe98b3167178f1ec1a48ec84c118899144c228b41c759d8cde1 - 0.0% (1.27 KB)

[#009] sha256:479329d5f5285c08b588e062922e480dc0d811c7355350e88c6d670bef8a6027 - 0.0% (1.3 KB)


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

Apply image 10.0.20348.4294

2026-07-11 16:30:20 UTC

Install update 10.0.20348.5386

2026-08-11 18:52:56 UTC

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

2026-08-11 19:09:38 UTC

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

2026-08-11 19:09:38 UTC

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

2026-08-11 19:09:39 UTC

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

2026-08-11 19:11:55 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-08-11 19:11:56 UTC

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

2026-08-11 19:11:56 UTC

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

2026-08-11 19:11:57 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