Namespace
library
Image / Tag
mongo:8.3-windowsservercore-ltsc2022
Content Digest
sha256:d21363df0ccf448583f7f923aed36e4e716a1f5371e8bf554aeb477d1fd10a78
Details
Created

2026-06-12 19:18:03 UTC

Size

2.84 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

46f080a02fb2c1f0371210fc1f3e9a32d92403fdfa7bdcb911f6fa02f4beaa94

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.4


Layers

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

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

[#002] sha256:8d332bc6898b454356bb025f023b8f52728565d1f8fcbcb374599f87f8dc43fc - 0.0% (1.3 KB)

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

[#004] sha256:01b42b8a1a503b08eb87ea0f6e76bbd681c2ee5d8746bca98cfa12fad4e2305e - 0.0% (1.29 KB)

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

[#006] sha256:8ebd1c047a6d7b92b30215b03a5da468dc24d7944d90b77098523a76a99f5656 - 30.17% (879 MB)

[#007] sha256:806ec3dcc673fb4ed5b3cbbd5657b0a26336268b93d653cc86707f44849ce75a - 0.0% (1.3 KB)

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

[#009] sha256:0cf7b087e431344e464e897e06b5ed3c7a6de023c9a3441ceba8300eee0aa7b9 - 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:14:56 UTC

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

2026-06-12 19:15:00 UTC

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

2026-06-12 19:15:01 UTC

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

2026-06-12 19:15:02 UTC

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

2026-06-12 19:18:01 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:18:02 UTC

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

2026-06-12 19:18:03 UTC

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

2026-06-12 19:18:03 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