Namespace
library
Image / Tag
mongo:7.0.19-windowsservercore-ltsc2025
Content Digest
sha256:36b8af0008733a682d32e2e404f1e811648d6a41597de7ccdf47bf00ce42d7eb
Details
Created

2025-04-18 03:22:44 UTC

Size

3.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

815ab9b621acea764f1ecc99c0b686162116ded842a384e4b280713343a3bf9b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.19


Layers

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

[#001] sha256:86a55b9bd12cfb5d81d64963683e6d5d0ba9423233c85140eff135128a64f7ee - 29.44% (1.1 GB)

[#002] sha256:73c2d9ff4d6942332cab8ad7ce65e6bb0a1d230c41afced957bb4de25f018dbd - 0.0% (1.33 KB)

[#003] sha256:26e97adc6144862b44817898597929fbf82c11ec310e39af5b433718345c6a6a - 0.0% (1.28 KB)

[#004] sha256:59de38f60fc28820e3cb6f8288d26ba191858e3efa23880b606412b63680d447 - 0.0% (1.34 KB)

[#005] sha256:667bf6be2a92ab9879d89ae6e2f3aec97be7cb752f67bdcd29a31fdbd32b080a - 0.0% (1.31 KB)

[#006] sha256:890a08030d769352c944724ee3f2c446a9bf9f8075225a69694c514f62fb1432 - 15.29% (584 MB)

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

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

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


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

Apply image 10.0.26100.2605

2025-04-15 10:03:37 UTC

Install update 10.0.26100.3781

2025-04-18 03:21:19 UTC

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

2025-04-18 03:21:20 UTC

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

2025-04-18 03:21:21 UTC

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

2025-04-18 03:21:22 UTC

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

2025-04-18 03:22:40 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-04-18 03:22:41 UTC

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

2025-04-18 03:22:43 UTC

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

2025-04-18 03:22:44 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