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

2025-11-20 00:02:56 UTC

Size

3.59 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

034920396de70b2fdf95071bbe06f15a237ac74c2a125640e0afba68bf9d73a2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.26


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 57.49% (2.06 GB)

[#001] sha256:a84ef3b04f81727036fe8b401efc70b6979844e2b78bdf09aa1b68b7ef4edf63 - 26.47% (973 MB)

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

[#003] sha256:95f9b1f25a5f1916d5a78d527e6cc059b2dffc28724c032344d7bab07643d82f - 0.0% (1.3 KB)

[#004] sha256:debe28055eeaef9314b0bc96d471df7b11c766794d396fe7e0b5d4ab27aa274f - 0.0% (1.28 KB)

[#005] sha256:04a583b5f0e25db8c0cf10b43f4d6e45e8dcbc849356f1af8112530e9c68a4b5 - 0.0% (1.3 KB)

[#006] sha256:7e0d45b0f746f0fb1f99dd5a774577f279f3fa21ccd301fdc5083eb26c87bf06 - 16.04% (590 MB)

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

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

[#009] sha256:62aed6a7c253c5a42ce6ad903471310b646d6f9e8c6e4a3829c62a0a12161e26 - 0.0% (1.29 KB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-11-09 10:25:55 UTC

Install update 10.0.26100.7171

2025-11-20 00:00:18 UTC

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

2025-11-20 00:00:20 UTC

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

2025-11-20 00:00:21 UTC

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

2025-11-20 00:00:22 UTC

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

2025-11-20 00:02:55 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.';

2025-11-20 00:02:55 UTC

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

2025-11-20 00:02:56 UTC

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

2025-11-20 00:02:56 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