Namespace
library
Image / Tag
mongo:8.2.10-windowsservercore-ltsc2022
Content Digest
sha256:a0323d90f3865fd2c9302ca8a861deaaa0815db677cd5dce2c9620569cd73171
Details
Created

2026-06-10 20:16:23 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6027ca428953cadaef4bf6a2681e66cd3e1f9ebaa65fc961a32c4d363c55889b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.10


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 50.48% (1.39 GB)

[#001] sha256:6897a04901ec162be0eabd7eb636b5ac50d6e37c880f1db618610f2d777b1ce6 - 21.8% (613 MB)

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

[#003] sha256:aeb1a5787c2869582ae7a501700a7ab91de6b5fbaf5b11ccbc92d11fd7bd499f - 0.0% (1.27 KB)

[#004] sha256:731eac2e5d91a43e3408fe45192eeeec9d8bbb0da3c3ef5228da9a5714498f48 - 0.0% (1.3 KB)

[#005] sha256:bb41273fc6d4f5bfbadc85d5012336da0e00670953d30e42eecdc9c77f6e84f5 - 0.0% (1.3 KB)

[#006] sha256:4b371f4da848acb0c8b47d56a63f1f66e837d5e632029dbec89f71b32a4e07a1 - 27.72% (780 MB)

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

[#008] sha256:8a4b93769fce57ed2ec995d01d522834582379ab220022e353493512cd900ac2 - 0.0% (1.28 KB)

[#009] sha256:29154d3bf8a5a6652ea11527b7e9bffc54ac0ee402195ab2b85f0b47d6d586d9 - 0.0% (1.26 KB)


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

Apply image 10.0.20348.4294

2026-06-07 06:43:23 UTC

Install update 10.0.20348.5256

2026-06-10 20:13:27 UTC

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

2026-06-10 20:13:28 UTC

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

2026-06-10 20:13:29 UTC

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

2026-06-10 20:13:31 UTC

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

2026-06-10 20:16:21 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-06-10 20:16:22 UTC

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

2026-06-10 20:16:22 UTC

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

2026-06-10 20:16:23 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