Namespace
library
Image / Tag
mongo:8.0.20-rc0-windowsservercore-ltsc2022
Content Digest
sha256:e2ad2556f7cc9796988de97d2ca4da5d898107fdb016fa3f0d4b84464dd8cbd0
Details
Created

2026-02-21 00:30:28 UTC

Size

2.47 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7180c991acc6ca46ad331445381ccde70873eb2d4c82e591cc5a3118a9a2c41d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.20-rc0


Layers

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

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

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

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

[#004] sha256:26108dee4aa6d0c43108367aaa3e276e17d2cfe8e392f3170328af4a12e79dc5 - 0.0% (1.31 KB)

[#005] sha256:51b24c04ec65496cc3fd1f756ddb4bf27ea967cdde7700b79e38f80adbf2db99 - 0.0% (1.28 KB)

[#006] sha256:b5a76c77500b6e35d82867ebbd58714d5ad51abfe612552bb23893c7e940b117 - 29.8% (754 MB)

[#007] sha256:5a84891a21266a03da72eeb4565184bd3c53884cad565511ade5328892ad7e5a - 0.0% (1.3 KB)

[#008] sha256:3f385a722d66271457988e870560443125d365d445d500df00327138b3956ebf - 0.0% (1.29 KB)

[#009] sha256:d87222e63d74b235cb312e0ae0a80ef5078a6005e12f91618bd66eda7ebfb5e9 - 0.0% (1.31 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:21:30 UTC

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

2026-02-21 00:21:33 UTC

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

2026-02-21 00:21:35 UTC

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

2026-02-21 00:21:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=7180c991acc6ca46ad331445381ccde70873eb2d4c82e591cc5a3118a9a2c41d

2026-02-21 00:30:26 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:30:26 UTC

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

2026-02-21 00:30:27 UTC

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

2026-02-21 00:30:28 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