Namespace
library
Image / Tag
mongo:8.0-windowsservercore-ltsc2025
Content Digest
sha256:2b8b7eb62b59c94f5f8fdde00e1e25ea928173971320684eeaaf8381bcfdbd37
Details
Created

2026-01-28 19:04:46 UTC

Size

2.13 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

29d539c931925d505ddee657e038d7fc02d93352d1f15f364d83acf6ac5627b6

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.18


Layers

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

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

[#002] sha256:d46b193e7724ecad6e89cb041d9181b23f5e6e6b79442a55cf1c2c3c55198cd3 - 0.0% (1.3 KB)

[#003] sha256:2da04cb2f9bc72dde52487ac8a299a3bb9dca798559e0d52bc092b096a2b606c - 0.0% (1.28 KB)

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

[#005] sha256:08c3325907abcecc62f56787be6e0ca81e142dd631d6b2c48045f089bf9c30ba - 34.46% (750 MB)

[#006] sha256:efd14df71b404aaf49e9cce8595aa6d8299ad3180acee68c355a715c51c8c9d7 - 0.0% (1.29 KB)

[#007] sha256:f42c34b71d4998f7c7d63049b56ad509cdef399cdfdb97583dff6a829bcc7776 - 0.0% (1.26 KB)

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


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

Apply image 10.0.26100.32230

2026-01-28 19:01:58 UTC

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

2026-01-28 19:02:00 UTC

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

2026-01-28 19:02:02 UTC

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

2026-01-28 19:02:03 UTC

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

2026-01-28 19:04:42 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-28 19:04:43 UTC

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

2026-01-28 19:04:45 UTC

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

2026-01-28 19:04:46 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