Namespace
library
Image / Tag
mongo:8.2-rc-windowsservercore-ltsc2022
Content Digest
sha256:129a86661c1488fa8869f6abffe595d8c77bed0254cb913f1c9cccd191f837ad
Details
Created

2026-03-27 18:41:37 UTC

Size

2.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.2.7-rc0


Layers

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

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

[#002] sha256:9eafea06a06d597ecbe19e339821bc4076e69a877de81c5e216c8dfd974e56bd - 0.0% (1.29 KB)

[#003] sha256:7f3c3244166c1fe9cfb077a9bb53a11a642b039dd2c05a4ddc0aa99f69b43e69 - 0.0% (1.29 KB)

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

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

[#006] sha256:ff0c63fe367e09fb45d60b8e25b6e848bb0b9b40ed5d8e4810f7a1d24c2801cf - 29.2% (780 MB)

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

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

[#009] sha256:05888ad31b2d6ff7b37ac85375fb5fbf8a820ac2ceb3bca67f6603e34e3c0492 - 0.0% (1.26 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-27 18:31:36 UTC

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

2026-03-27 18:31:39 UTC

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

2026-03-27 18:31:41 UTC

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

2026-03-27 18:31:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e

2026-03-27 18:41:32 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-27 18:41:34 UTC

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

2026-03-27 18:41:36 UTC

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

2026-03-27 18:41: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