Namespace
library
Image / Tag
mongo:6.0.24-windowsservercore-ltsc2025
Content Digest
sha256:5f8c2a51fd3066bcc11702e766cb4b7b996079c457b8d27d286b52aa6ae56c3b
Details
Created

2025-06-10 21:29:02 UTC

Size

3.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

29efc8ca87db8f2fe35af9398c612e5fb7c1deca1ff4ae336c242a69934c0f6c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.24


Layers

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

[#001] sha256:e8b61d8f1bb5129502a06cea04657715aa68d500a1dc0ddcf37003afcd263c28 - 31.5% (1.17 GB)

[#002] sha256:5e3ce6e5e8297ef44aa008738a4b869d25a142ed535b0797e04065f855842261 - 0.0% (1.26 KB)

[#003] sha256:eab1570353b5962aafc90671e2deceab130d673a8d5c57a3542d74c286ef3b8b - 0.0% (1.25 KB)

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

[#005] sha256:80b72b29d3ea4bf0ce49fd3d40d4f26e956d0278e08a4fb01a3419e7391f75ba - 0.0% (1.28 KB)

[#006] sha256:d45f6a7522b8bb29b01bba38b62a5dcf130c0a8a59a8ff7e37580d807d27c9c5 - 13.16% (503 MB)

[#007] sha256:a8bc0aecd1669c4de7e710316e3e95bcf1abb1fd70f8a9b7db04d6fcb473d60d - 0.0% (1.27 KB)

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

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


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

Apply image 10.0.26100.2605

2025-06-07 15:42:01 UTC

Install update 10.0.26100.4349

2025-06-10 21:27:43 UTC

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

2025-06-10 21:27:44 UTC

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

2025-06-10 21:27:45 UTC

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

2025-06-10 21:27:46 UTC

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

2025-06-10 21:28:59 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-06-10 21:29:00 UTC

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

2025-06-10 21:29:01 UTC

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

2025-06-10 21:29: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