Namespace
library
Image / Tag
mongo:8.0.17-windowsservercore-ltsc2025
Content Digest
sha256:10a6f8fb44d7d268302dab7c14a78797d92378bd39fc8dccb0a9a4925c05d82b
Details
Created

2026-01-13 23:00:58 UTC

Size

2.12 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

4481f5af2795a6a1d74f22bcb5f0e52eeead96ac993a45ccbc50107e4a38b489

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.17


Layers

[#000] sha256:e8e286c160e014cebd84213d5cfa83952f5927713def450860146ee76600ee3f - 65.58% (1.39 GB)

[#001] sha256:e3021af6c5350b1a0d064ff3c7eabdd248a319d5be02d7ab968463401595868c - 0.0% (1.3 KB)

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

[#003] sha256:50437008b0413290e7f1ed101069a30923baecf96343344ee2e9512eb852ae95 - 0.0% (1.32 KB)

[#004] sha256:880a9c27350dfaec5100cfef3bfd9262c438c70c1016a808a0adabd09b9867b3 - 0.0% (1.26 KB)

[#005] sha256:a81a619c4c74b9112d46434bd50e75113381b18501abfcea3a4ae804862d12bc - 34.42% (749 MB)

[#006] sha256:1df6929a1f0133f7ffa71fc14592806e2ca8ab848b6c41847859c198b4ecaaa0 - 0.0% (1.28 KB)

[#007] sha256:f613a87b1ae8f34a4e0ac575992532b8342c276c079c4036771f9ee13cc50f97 - 0.0% (1.28 KB)

[#008] sha256:096281ce61f695da29a52c93b22701bac75720a040fdd51773436e109f4597d4 - 0.0% (1.3 KB)


History
2026-01-11 06:35:44 UTC

Apply image 10.0.26100.32230

2026-01-13 22:59:00 UTC

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

2026-01-13 22:59:00 UTC

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

2026-01-13 22:59:00 UTC

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

2026-01-13 22:59:01 UTC

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

2026-01-13 23:00: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-01-13 23:00:57 UTC

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

2026-01-13 23:00:57 UTC

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

2026-01-13 23:00:58 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