Namespace
library
Image / Tag
mongo:7.0.30-windowsservercore-ltsc2025
Content Digest
sha256:a6bcc77b43f862e5abcd84be85bfe5d7ce170735ad77486f5b4bf7a46e5dd50f
Details
Created

2026-03-10 22:09:46 UTC

Size

2.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

bfdcc24c27082a220867a139aad04d734eead0f85e8caacef135bb2a4810f9cd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.30


Layers

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

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

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

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

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

[#005] sha256:17a4802799f394e13ed50f317bad7602e07b8c97efe6afc0a34f310043f6b61d - 0.0% (1.29 KB)

[#006] sha256:175b2af0ac61be01f5db50cae9ddf55097511e2461cf8b621a68fc0730244ebb - 22.94% (591 MB)

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

[#008] sha256:e780a5085e64b80091ccd0ebb620b81966c5d2202be69701c95add41debd08e2 - 0.0% (1.26 KB)

[#009] sha256:6f4e8d005b7e80dea93493a0283d89284473b3c723a1d6e804f47a654bb93db0 - 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-10 22:05:55 UTC

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

2026-03-10 22:08:12 UTC

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

2026-03-10 22:08:12 UTC

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

2026-03-10 22:08:13 UTC

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

2026-03-10 22:09:44 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-10 22:09:45 UTC

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

2026-03-10 22:09:45 UTC

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

2026-03-10 22:09:46 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