Namespace
library
Image / Tag
mongo:8.3.8-windowsservercore-ltsc2022
Content Digest
sha256:f463b2a227bc83a38018de145a8bbdedea3bdca47fd21a8647cce66c5dac0b2e
Details
Created

2026-08-11 18:58:18 UTC

Size

2.87 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d938c6dbc75f9ccdd0880ef91612364ba5f3c08f3640b4ee28a2cd95d4c99861

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.8


Layers

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

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

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

[#003] sha256:9545e86c6ffefbd96a33697de88508f6141fd391a572a7cb5a8d15ce3eff95db - 0.0% (1.26 KB)

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

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

[#006] sha256:a255bbc8478847a111302e95c44ac90960ab3122a450ca6cc54d5ec09fc65c8d - 29.95% (880 MB)

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

[#008] sha256:37410f0eb08ac6d5be2a9d2eb5651441f13fcf88b7246787c00dde5f4249fa5a - 0.0% (1.3 KB)

[#009] sha256:20356e3874e7da6b35ae6d0504e7cd1cc14ac9b96a023cf354dbb297c0687ab7 - 0.0% (1.29 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 18:52:59 UTC

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

2026-08-11 18:53:00 UTC

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

2026-08-11 18:53:02 UTC

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

2026-08-11 18:58:16 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 18:58:17 UTC

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

2026-08-11 18:58:18 UTC

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

2026-08-11 18:58:18 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