Namespace
library
Image / Tag
mongo:8.2.6-rc0-windowsservercore-ltsc2022
Content Digest
sha256:689eaafd996170c9355c47a8ad9f7ae603499b3605a76e0e47b963b447297719
Details
Created

2026-02-21 00:20:35 UTC

Size

2.5 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

83e72061c152d009dd35137a3e7e33364905b6fc7faa681cdfc3282b9e4b8a48

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.6-rc0


Layers

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

[#001] sha256:e3c87a3784ab1d08cbacea3288e90f8106f6e7a20b792ab27cdc739fc966a73e - 13.94% (356 MB)

[#002] sha256:0321ddb5deded272ea9d8eff1a902780f080cd91dd61e58d2579ef443d86f5c0 - 0.0% (1.34 KB)

[#003] sha256:7b0327c52750d67824eb29b23229ab3806a2e59fddb0eb80b656c7a0992c6c5d - 0.0% (1.3 KB)

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

[#005] sha256:3324cda1bbc7c82e6c7bab158a7b8fa2e01f7d9d64a27d623486b4dc48983224 - 0.0% (1.29 KB)

[#006] sha256:18f7d75df7987d78eee77526684b210e6e206c5d573047d03b0f36f8f9362da1 - 30.49% (779 MB)

[#007] sha256:4b1e7bb59a04b271dc7e9a165aa77f2e9d44d634591e102756afdab32f1f8ced - 0.0% (1.29 KB)

[#008] sha256:ee0346b12e08770f3d5c2334e7e46eaf668fa378e6a36a3f5920c94128e86e5f - 0.0% (1.26 KB)

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


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

Apply image 10.0.20348.4294

2026-02-06 10:02:33 UTC

Install update 10.0.20348.4773

2026-02-21 00:12:42 UTC

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

2026-02-21 00:12:45 UTC

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

2026-02-21 00:12:47 UTC

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

2026-02-21 00:12:49 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=83e72061c152d009dd35137a3e7e33364905b6fc7faa681cdfc3282b9e4b8a48

2026-02-21 00:20:31 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-02-21 00:20:32 UTC

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

2026-02-21 00:20:33 UTC

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

2026-02-21 00:20:35 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