Namespace
library
Image / Tag
mongo:8.0.21-rc1-windowsservercore
Content Digest
sha256:1fcbfaac3d7dbe5303bcb5eb3a9efc2c2af84aab27b0a2d464e91e3087677033
Details
Created

2026-04-14 21:15:48 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

281946de0d1105f14284f7276d861be52cbb6284a3998916f158867ed0cd9620

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.21-rc1-signed.msi

MONGO_VERSION

8.0.21-rc1


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 52.07% (1.42 GB)

[#001] sha256:3642e4b8bb65ad3768f9f74a0dc48bb2e3294779b5d51573a234bfbe4f65324e - 20.75% (579 MB)

[#002] sha256:2deb92ef24dc1df6162133cab73805ee09b6e2b8a1f3f92f5224725fe1858c32 - 0.0% (1.29 KB)

[#003] sha256:9d479b5700de07bf487db14fd526cfa1fc24f11e5952c98bc8f46eee96d2ecf0 - 0.0% (1.31 KB)

[#004] sha256:4575db62e12a9ac7ab2e20eb6c005b9b303993d3cc39bf37ce5a5e70114d7149 - 0.0% (1.26 KB)

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

[#006] sha256:1b1996a04858ac531e92edc67293b8ccde35a606c5eb435195be159f05a3c3f4 - 27.18% (758 MB)

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

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

[#009] sha256:27ad6cf428bd57eeec5fea6d7a2f8cad64d2ee1fa751c272bc38cc28d3fc3c44 - 0.0% (1.26 KB)


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

Apply image 10.0.26100.32230

2026-04-13 07:00:46 UTC

Install update 10.0.26100.32690

2026-04-14 21:13:56 UTC

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

2026-04-14 21:13:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.21-rc1

2026-04-14 21:13:57 UTC

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

2026-04-14 21:13:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=281946de0d1105f14284f7276d861be52cbb6284a3998916f158867ed0cd9620

2026-04-14 21:15:46 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-04-14 21:15:47 UTC

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

2026-04-14 21:15:47 UTC

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

2026-04-14 21:15:48 UTC

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

Details
Created

2026-04-14 21:25:21 UTC

Size

2.67 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

281946de0d1105f14284f7276d861be52cbb6284a3998916f158867ed0cd9620

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.21-rc1-signed.msi

MONGO_VERSION

8.0.21-rc1


Layers

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

[#001] sha256:7111ae68f8961455d230dc12d44c2193d29b7c981e35417323613a0c1aa06384 - 20.28% (554 MB)

[#002] sha256:c18355c9020e1e18ab72802f0a7dea05d92d154e1d1b3258f625c68259315f54 - 0.0% (1.26 KB)

[#003] sha256:71b03fd15c5be33b3a3946d44026b538fd284de4e993f3ddf467bc6e992a94a6 - 0.0% (1.3 KB)

[#004] sha256:58016d2851ee4ae68cc86cd568231ff28e275f31a747aaad2a1fbf2266f21dcd - 0.0% (1.26 KB)

[#005] sha256:084c354264cd8fd56e4f5d500d069753211ca71bae9ac8c4fcfe5d6e078ad42c - 0.0% (1.28 KB)

[#006] sha256:b03d408eafe56b46bb518e5efc636b5e5663899684094cf597f9ccd710d0947f - 27.75% (758 MB)

[#007] sha256:7f8121d1161dc5450bd8c4578365aee3170b77f86376761b6d30a634a7773eeb - 0.0% (1.26 KB)

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

[#009] sha256:e58168e367b423b71cb6d41dabf418934d8c57aa5a42ba8940896776d3440344 - 0.0% (1.26 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-04-13 03:24:09 UTC

Install update 10.0.20348.5020

2026-04-14 21:19:15 UTC

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

2026-04-14 21:21:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.21-rc1

2026-04-14 21:21:46 UTC

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

2026-04-14 21:21:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=281946de0d1105f14284f7276d861be52cbb6284a3998916f158867ed0cd9620

2026-04-14 21:25:18 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-04-14 21:25:20 UTC

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

2026-04-14 21:25:20 UTC

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

2026-04-14 21:25:21 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