Namespace
library
Image / Tag
mongo:7.0.40-windowsservercore-ltsc2022
Content Digest
sha256:ab00e49cd5e0a8d3799aa254e99f9d945a51a1de845a80e000ee7a9f1b80dea0
Details
Created

2026-08-11 19:15:02 UTC

Size

2.59 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1adfb2c433f6215cfe38ce871b39d6ba2bd3d6d9159b6b251c647a694fd113c7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.40


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 53.5% (1.39 GB)

[#001] sha256:0675e37b24741ccc9e6ff6dda8512e3be78ba3519c8af33b04872e4738349249 - 24.02% (638 MB)

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

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

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

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

[#006] sha256:1236f203578a3a8e24b3dc616ed6338a70b1a3d06cb815ab219936ec61964635 - 22.48% (597 MB)

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

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

[#009] sha256:0eed78f6e77abd7de2ced71a63cd43e4bfae962ec161a14b52aaabe14a5c1de7 - 0.0% (1.26 KB)


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

Apply image 10.0.20348.4294

2026-07-11 16:30:20 UTC

Install update 10.0.20348.5386

2026-08-11 18:52:56 UTC

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

2026-08-11 19:13:22 UTC

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

2026-08-11 19:13:23 UTC

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

2026-08-11 19:13:23 UTC

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

2026-08-11 19:15:01 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-08-11 19:15:01 UTC

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

2026-08-11 19:15:02 UTC

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

2026-08-11 19:15:02 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