Namespace
library
Image / Tag
mongo:8.2.7-windowsservercore-ltsc2022
Content Digest
sha256:ac10f9d09f46ddb8d8f867a27b50da557e067367ce14c2923fad87f7cfb9bfac
Details
Created

2026-04-16 23:57:37 UTC

Size

2.69 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6a326fa3ea7f2013ef28247ea4e68faddaeffc5f19cabed1059e23488986379b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.7


Layers

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

[#001] sha256:7111ae68f8961455d230dc12d44c2193d29b7c981e35417323613a0c1aa06384 - 20.12% (554 MB)

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

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

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

[#005] sha256:3768c71acc8ce4a6d389cf2dd0eb3655785f343f48ba8a5b97b16957b035625e - 0.0% (1.29 KB)

[#006] sha256:b808dceef12480e14158c5fc98f6713292329d59fdd3fe47b44f1ed711da0a28 - 28.32% (780 MB)

[#007] sha256:396659f03c46beef4b24221116240577b562b8b64ad7bfe79f6725ae3caa739f - 0.0% (1.29 KB)

[#008] sha256:2b367441aa43113506e0f2f2b5068f9207f30211a7e0a7b762a494ae76241a44 - 0.0% (1.3 KB)

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


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

Apply image 10.0.20348.4294

2026-04-13 03:24:09 UTC

Install update 10.0.20348.5020

2026-04-16 23:54:52 UTC

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

2026-04-16 23:54:53 UTC

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

2026-04-16 23:54:54 UTC

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

2026-04-16 23:54:55 UTC

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

2026-04-16 23:57:30 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-04-16 23:57:36 UTC

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

2026-04-16 23:57:37 UTC

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

2026-04-16 23:57:37 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