Namespace
library
Image / Tag
mongo:8.2-rc-windowsservercore-ltsc2025
Content Digest
sha256:023436e5085a4c51a7ef1aca866cc99e7b43bf686f37ea6d9120def2baff1d44
Details
Created

2026-03-27 18:34:25 UTC

Size

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

[#001] sha256:b887ef086b6ed6d2abdb72b842528552ef42d0e668e96556db2d01a9b71bfd77 - 19.25% (532 MB)

[#002] sha256:abe79e27ddff9cac0ebd0b209f8b4c147fbf3faa4e5477003e12cc08f819a25f - 0.0% (1.28 KB)

[#003] sha256:8631ae4e978f8bd462f2245cb2f84dbb6680ff4893a2e836d1a59cc2a691231b - 0.0% (1.28 KB)

[#004] sha256:0f7b510897d61f78df872a7cf0fcb47f833ca3f9a62cd70a2b2b4231f43d5ad8 - 0.0% (1.26 KB)

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

[#006] sha256:3469a88fa95703036ce90905f25d2edfd8e4bf4eb9d06a9f72707ec376dcb0f1 - 28.2% (780 MB)

[#007] sha256:a93a1c2ec96ebe9fe9da5a3d5da0211ab529f47084f4021979f9a36e06097feb - 0.0% (1.28 KB)

[#008] sha256:ff635cb2504aeea190df19afd8c42a77aa9cf246d9ae6616ff4c0d576b43fe3f - 0.0% (1.28 KB)

[#009] sha256:853a59b9ba1d62ecef722eacfe537dd04a2c6e6d58bf0fab686f44f646e4ae2d - 0.0% (1.29 KB)


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

Apply image 10.0.26100.32230

2026-03-06 02:07:33 UTC

Install update 10.0.26100.32522

2026-03-27 18:30:29 UTC

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

2026-03-27 18:30:31 UTC

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

2026-03-27 18:30:32 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:30:33 UTC

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

2026-03-27 18:34:21 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:34:23 UTC

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

2026-03-27 18:34:23 UTC

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

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