Namespace
library
Image / Tag
mongo:7-windowsservercore-ltsc2025
Content Digest
sha256:3ba307f02fb9de039cb34a1a377ddc01f7041f0def0be9d3ef5f5af66fc259dc
Details
Created

2026-03-17 18:13:26 UTC

Size

2.51 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8ac657caf629b67feb0bb338dac2dfdec0590901fe3b9bc2390cf94b1423abf1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.31


Layers

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

[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 20.67% (532 MB)

[#002] sha256:ea3d88e50be351252198c753d2193dcee6a3e635d0e9f1db46a4f68cd908f381 - 0.0% (1.32 KB)

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

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

[#005] sha256:451a36d98aba57ad22f0ecfdd90a31cf06a4cdb5cb6c2624c413bf0810031281 - 0.0% (1.3 KB)

[#006] sha256:0c708bde263dd5a8715d1a6761a93b8364a69de120e3cf766c0295ccbeb991b5 - 22.92% (590 MB)

[#007] sha256:638f16ccbebcba4ef3c429355ca48b677d1048874886e349d588ac48e80c8c4d - 0.0% (1.26 KB)

[#008] sha256:df04ccf89e0bd81c7c5053c188ccbb8bea6571ebc8a7b820c19cffe01c5cdb5c - 0.0% (1.29 KB)

[#009] sha256:1be56b372efb17b8a135e964141a2b96d53aad91e426349d69ad0e555e4ba19f - 0.0% (1.27 KB)


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

Apply image 10.0.26100.32230

2026-03-06 02:07:33 UTC

Install update 10.0.26100.32522

2026-03-17 18:11:17 UTC

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

2026-03-17 18:11:18 UTC

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

2026-03-17 18:11:19 UTC

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

2026-03-17 18:11:20 UTC

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

2026-03-17 18:13:24 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-03-17 18:13:25 UTC

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

2026-03-17 18:13:26 UTC

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

2026-03-17 18:13:26 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