Namespace
library
Image / Tag
mongo:8.0-rc-windowsservercore
Content Digest
sha256:6bb22569fc6c0d5163ec45c5ad032f3ad3cc0652af57063b883fe3e0f02ea98a
Details
Created

2026-02-21 00:17:03 UTC

Size

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

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

[#002] sha256:5b0f7fdae0251af940c9f6a530e66e3bdf1bab9b4a00eddc728e5c7c73070c52 - 0.0% (1.3 KB)

[#003] sha256:32520100b117e0f98dc7f2cd82f974bc32eb459847728f312ed70540ab46e29f - 0.0% (1.3 KB)

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

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

[#006] sha256:22a7f42e1bdf3c8d95787ac79f56b72eefe776561cbe9a6e3f0861c85b59def3 - 28.7% (754 MB)

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

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

[#009] sha256:171cc4d88d95cd50f32a1dfb135440ac456f2fef961ad91184a8a7bc132d0419 - 0.0% (1.26 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:14:18 UTC

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

2026-02-21 00:14:20 UTC

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

2026-02-21 00:14:20 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:14:21 UTC

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

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

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

2026-02-21 00:17:03 UTC

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

2026-02-21 00:17:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

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