Namespace
library
Image / Tag
mongo:8.0.26-windowsservercore-ltsc2025
Content Digest
sha256:47704f00b4e792edc522880acbced71162da55b7f3b4c25cacf781ff2708a86c
Details
Created

2026-07-15 23:16:56 UTC

Size

2.94 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c098ff1c829307b40e61beb1c9b24faf31d489f45e75a4100938d8501dd6fe94

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.26


Layers

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

[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 26.39% (793 MB)

[#002] sha256:732b3a514104f59ca4952cc46480cc50431cac70d27424b234414f81862dba46 - 0.0% (1.27 KB)

[#003] sha256:c72cb3defd96435d353bfb638902fa210864af21db20e9c436fc8e1016a26e2b - 0.0% (1.26 KB)

[#004] sha256:3bcc894c1ed6988afaacb29a5e02072308cddd5132b26d49962ac19b084493d6 - 0.0% (1.26 KB)

[#005] sha256:ce1a5bf208a0e6a3882bf34b692055e683a2c9f6d1739a23060e81a2e3b99c69 - 0.0% (1.26 KB)

[#006] sha256:32d48f651b55f08f598514470676b6a5b411a0930a28595523b36cffc0048464 - 25.28% (760 MB)

[#007] sha256:4aa2aeaf08a80df34d8a89fed761aab616180e9db6a3e52191046f769c544b5d - 0.0% (1.23 KB)

[#008] sha256:d0c638c62230a326b696d8eee21fc0e1bdde016b9bc3f307b770b4eefa1fbba7 - 0.0% (1.27 KB)

[#009] sha256:12f6282060a3203d21d41ac97308f44f35c05eb3103996b500e7a77582847150 - 0.0% (1.23 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-07-11 23:02:35 UTC

Install update 10.0.26100.33158

2026-07-15 23:15:01 UTC

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

2026-07-15 23:15:01 UTC

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

2026-07-15 23:15:02 UTC

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

2026-07-15 23:15:03 UTC

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

2026-07-15 23:16:55 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-07-15 23:16:56 UTC

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

2026-07-15 23:16:56 UTC

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

2026-07-15 23:16:56 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