Namespace
library
Image / Tag
mongo:7.0.28-windowsservercore-ltsc2025
Content Digest
sha256:b8cd835b9028695ccc24a4e4b282a091928f0139cf284fb154024c4cb1b5ab8f
Details
Created

2026-01-13 23:01:04 UTC

Size

1.97 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:e8e286c160e014cebd84213d5cfa83952f5927713def450860146ee76600ee3f - 70.74% (1.39 GB)

[#001] sha256:b1aeca8cfb4db4a3a585195f66a6ac70f4238c97a63d5983f0bc39dec441904f - 0.0% (1.29 KB)

[#002] sha256:df60e6e2e6eaef5faf7a4541e78fd32bb1a2a0cf1d67289e4553e990ecd6f4bd - 0.0% (1.29 KB)

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

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

[#005] sha256:93c7cdf3f5d71c963d69652c838546b565d658b71877229101425fca4344e89b - 29.26% (590 MB)

[#006] sha256:368fff92ba5a6ff0a08ca7908e4ad9d55cc6f6c08d4896285f7d02b65b409b7b - 0.0% (1.27 KB)

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

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


History
2026-01-11 06:35:44 UTC

Apply image 10.0.26100.32230

2026-01-13 22:59:26 UTC

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

2026-01-13 22:59:26 UTC

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

2026-01-13 22:59:27 UTC

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

2026-01-13 22:59:27 UTC

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

2026-01-13 23:01:02 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-01-13 23:01:03 UTC

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

2026-01-13 23:01:04 UTC

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

2026-01-13 23:01:04 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