Namespace
library
Image / Tag
mongo:8.0.17-windowsservercore-ltsc2022
Content Digest
sha256:a0ff785bc99db62569b89fb0084ae3896c31e5c8cb01e805f9c2022f72990521
Details
Created

2026-01-13 23:10:50 UTC

Size

2.44 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:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 56.81% (1.39 GB)

[#001] sha256:8810874280ba2ea58e95647ea717ead1a5fb07fea1d9160047d580e653fe9cbd - 13.23% (331 MB)

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

[#003] sha256:5a3e61e76623e8258a8f161422f31a309152c4c27bd7421ac77377acfe2e81f0 - 0.0% (1.29 KB)

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

[#005] sha256:d1e34d40c5cbdbc9f65c8268a5d8f00734dafe8950f933f211e5eb4f1e90a660 - 0.0% (1.27 KB)

[#006] sha256:b04cd36dfa5ba7ec665414cac0e9919c3cc5871742374df4e7ca87b0b42df1c8 - 29.96% (749 MB)

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

[#008] sha256:73e7522df7c6f1d782b483c40da008bb5e9844656cc6ba1b5610f6d05be2e94c - 0.0% (1.28 KB)

[#009] sha256:2856216c187bd1772514ad97d06052a6df20255547f47f33a71f1ed147472170 - 0.0% (1.3 KB)


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

Apply image 10.0.20348.4294

2026-01-09 00:11:24 UTC

Install update 10.0.20348.4648

2026-01-13 23:06:10 UTC

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

2026-01-13 23:09:05 UTC

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

2026-01-13 23:09:06 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 23:09:07 UTC

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

2026-01-13 23:10:48 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:10:49 UTC

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

2026-01-13 23:10:50 UTC

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

2026-01-13 23:10:50 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