Namespace
library
Image / Tag
mongo:8.3.1-windowsservercore-ltsc2025
Content Digest
sha256:6536c4f6322a1404325c550c1d280f10aeff6b18e1d282456f7104867eb27288
Details
Created

2026-05-12 23:49:49 UTC

Size

2.91 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f888aca86bcdcc15952f0651adfd711c4e29986d2ed3c9b1b304ddd270fd1574

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.3.1


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 48.73% (1.42 GB)

[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 21.85% (651 MB)

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

[#003] sha256:fc3be9b99bccfab3cd481bb8e7b0171eb29defc8cd82ca6c6387cd3afd335ed3 - 0.0% (1.29 KB)

[#004] sha256:2b69978bf4d9b7b602e81de7db80ec21adb5299fc1fe5df99d646c7c0b08f9ba - 0.0% (1.3 KB)

[#005] sha256:f9d8942eaa91d63d7c77c292005d992e9514530c4c4d77397cd2c3e86dca389c - 0.0% (1.31 KB)

[#006] sha256:aa9b731e2779403f3208c52c02f936d59c46f4b43d9eb75124c29312f9d9423f - 29.42% (877 MB)

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

[#008] sha256:93867907c548c188bf34474fa9d0625027146bf93b4da5aa7b5206958c4cace5 - 0.0% (1.3 KB)

[#009] sha256:5fbd1663f2717c80b495d2735d89e06e730289809e0f64a4ae22bf80d76a97b2 - 0.0% (1.29 KB)


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

Apply image 10.0.26100.32230

2026-05-10 10:08:54 UTC

Install update 10.0.26100.32860

2026-05-12 23:47:30 UTC

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

2026-05-12 23:47:31 UTC

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

2026-05-12 23:47:31 UTC

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

2026-05-12 23:47:32 UTC

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

2026-05-12 23:49:47 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-05-12 23:49:48 UTC

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

2026-05-12 23:49:49 UTC

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

2026-05-12 23:49:49 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