Namespace
library
Image / Tag
mongo:8.3.4-windowsservercore-ltsc2025
Content Digest
sha256:21b83a66503c91b8e100096fdfb1c51af198404ff9226be36a071533543e7e6a
Details
Created

2026-07-15 23:17:27 UTC

Size

3.05 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:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 46.49% (1.42 GB)

[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 25.39% (793 MB)

[#002] sha256:ad41c4af05c85dbb6ddee5f7d30adfbfcc242f91696c61f9fdc7a2ee3f2944b6 - 0.0% (1.25 KB)

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

[#004] sha256:46bc87efe0902584276c75d2a56095f822d1528d12723dd2723615002e9b702f - 0.0% (1.23 KB)

[#005] sha256:ab7d3e7d234aeaf8cf1249233f36d26dcbb3faa3059861c2765aedef2ae9c9c0 - 0.0% (1.28 KB)

[#006] sha256:4f7aed2598f93670c69aff6204193d2c089d25ca943a43d5e754a152fbc45c89 - 28.12% (878 MB)

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

[#008] sha256:2999476564b6c6008bd3d9e8819f9308aa89c883ef833a940cd843626ad8413f - 0.0% (1.23 KB)

[#009] sha256:9df2e46dd24993c80b193b2065a4b9480665e7e10d8a14b5800547c6e8e79948 - 0.0% (1.25 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-07-11 23:02:35 UTC

Install update 10.0.26100.33158

2026-07-15 23:14:57 UTC

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

2026-07-15 23:14:58 UTC

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

2026-07-15 23:14:59 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-07-15 23:14:59 UTC

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

2026-07-15 23:17:26 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-07-15 23:17:27 UTC

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

2026-07-15 23:17:27 UTC

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

2026-07-15 23:17:27 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