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

2025-12-19 19:07:31 UTC

Size

3.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1b771743b269dde79eeef4fedd133b988b84dff343429c8b5bf1b158e0fbb3bf

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.28


Layers

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

[#001] sha256:890b21ccebaeedf053c6c32fb4fe8d98ab2c60496b12e6b730ac67df9096fc5b - 26.8% (990 MB)

[#002] sha256:2609cef1d0a2ba0497f4f7d7430e2fcf67102a0977398504f9b46fb6905f39b6 - 0.0% (1.31 KB)

[#003] sha256:05966ebed4944196332231eda7257e6825a458a4ac26ad4bef594e382bbf0fb5 - 0.0% (1.28 KB)

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

[#005] sha256:390f8bd249d7d84e010f9a71e5f5567fe8f96c59d3b9947863e9a9d6ae9f80e3 - 0.0% (1.27 KB)

[#006] sha256:7b051d420c3ae3fc6c2c24765784feade677dd28ca542c988dc0c14f4ee3e128 - 15.98% (590 MB)

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

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

[#009] sha256:78b627468bce7aec679d0c7cf2c3cfccaa321f17ac23d27bbb70f3b9695e8610 - 0.0% (1.29 KB)


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

Apply image 10.0.26100.2605

2025-12-06 21:49:56 UTC

Install update 10.0.26100.7462

2025-12-19 19:04:40 UTC

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

2025-12-19 19:04:42 UTC

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

2025-12-19 19:04:43 UTC

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

2025-12-19 19:04:44 UTC

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

2025-12-19 19:07:30 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-12-19 19:07:30 UTC

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

2025-12-19 19:07:31 UTC

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

2025-12-19 19:07:31 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