Namespace
library
Image / Tag
mongo:8.2.6-rc0-windowsservercore-ltsc2025
Content Digest
sha256:bce6babe8216eac5623a0da767c16ed77b1ae27abef765d59a8fc9cdf4141d67
Details
Created

2026-02-21 00:16:53 UTC

Size

2.59 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:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 54.75% (1.42 GB)

[#001] sha256:456534216d0c12d9314cda831989d54bb3f542d7d43d9772ba40654db6dbd7bc - 15.88% (421 MB)

[#002] sha256:cdcf36325e9b58185230b393f44a10967f9cdedd638fb085ff149aefa2ba7e8d - 0.0% (1.35 KB)

[#003] sha256:44353bba67d4211b1ee1042384bcb21d6cbc9a0c6d3233266f3496753ae0e7ba - 0.0% (1.28 KB)

[#004] sha256:3cceade6c07e8af7ce1fe64716137eea3d192c004306ae2a179077e07b3caa46 - 0.0% (1.3 KB)

[#005] sha256:22630dad15d54bfb2453665de76f4726da3bab06feef373ecca8cb171c5f6226 - 0.0% (1.26 KB)

[#006] sha256:f575e2bb25c6d7c34a974b351bc9bd50637b684f52bbf8eef0f959b3339e4097 - 29.37% (779 MB)

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

[#008] sha256:08c9cfbfee1d248e083190e2e40a337b9148920a42b6a87e3530c63ddf3ef25d - 0.0% (1.29 KB)

[#009] sha256:845c9297b4739b93ddd9237e01aa0fe49e69948a4b268d47fc20b8473268ffd9 - 0.0% (1.29 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-02-06 22:21:49 UTC

Install update 10.0.26100.32370

2026-02-21 00:12:54 UTC

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

2026-02-21 00:12:56 UTC

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

2026-02-21 00:12:57 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:58 UTC

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

2026-02-21 00:16:51 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:16:52 UTC

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

2026-02-21 00:16:52 UTC

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

2026-02-21 00:16:53 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