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

2026-03-10 22:12:52 UTC

Size

2.61 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 - 53.2% (1.39 GB)

[#001] sha256:e55fb54b35ee36c2d316d377de271bb39bd7e71b8d127ad0d2a686bc485ab280 - 17.62% (470 MB)

[#002] sha256:cb0de63d1c447268d8527545d45cb964cef49f28749e93847e151263de6b2d7e - 0.0% (1.26 KB)

[#003] sha256:0f0ccaa0b26941033b0c271ac9435e81af4be75321a8cc407cbb694accbf9980 - 0.0% (1.29 KB)

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

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

[#006] sha256:ae8a73d6a83175fb2597176a0331c16d1cd6737aaae22374cd10c719852a2197 - 29.18% (779 MB)

[#007] sha256:a656157a129bc9b907980e207af07cd3e5d282cbbad17a7c6666fe4af18ac3a3 - 0.0% (1.27 KB)

[#008] sha256:5f86c79b84530dbf97a53ec10475969a13ab2ecfe128065cf587daee112a1174 - 0.0% (1.3 KB)

[#009] sha256:985062ee470790421e69ad9e41e1db9b8a7770e8f98e7831682abe749c7079f6 - 0.0% (1.29 KB)


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

Apply image 10.0.20348.4294

2026-03-03 22:48:22 UTC

Install update 10.0.20348.4893

2026-03-10 22:10:52 UTC

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

2026-03-10 22:10:53 UTC

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

2026-03-10 22:10:53 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-03-10 22:10:54 UTC

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

2026-03-10 22:12:46 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-03-10 22:12:51 UTC

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

2026-03-10 22:12:51 UTC

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

2026-03-10 22:12:52 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