Namespace
library
Image / Tag
mongo:7-windowsservercore-ltsc2022
Content Digest
sha256:b56e2a21e5c85e0a142ac77f7af6a73fa2c29e0b7487a2cdca0772447050ee7b
Details
Created

2026-02-10 23:09:06 UTC

Size

2.31 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:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 59.99% (1.39 GB)

[#001] sha256:e3c87a3784ab1d08cbacea3288e90f8106f6e7a20b792ab27cdc739fc966a73e - 15.05% (356 MB)

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

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

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

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

[#006] sha256:21a4d4a87074fb9b971860ce52c7cebeadac35cea4e5a98ba1b6050c5f39d141 - 24.96% (591 MB)

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

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

[#009] sha256:5924960a620c365dd7fc4f1dc128e9017a64a630ed00857c137b078e2cc8f3db - 0.0% (1.27 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-02-06 10:02:33 UTC

Install update 10.0.20348.4773

2026-02-10 22:53:40 UTC

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

2026-02-10 23:07:27 UTC

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

2026-02-10 23:07:28 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-02-10 23:07:28 UTC

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

2026-02-10 23:09:03 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-02-10 23:09:04 UTC

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

2026-02-10 23:09:05 UTC

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

2026-02-10 23:09:06 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