Tag

library/mongo:8.0.13-rc2-windowsservercore
Content Digest: sha256:4986662ba84cdd71c0f94f973ba683a6d0203116c6b29af68b0c58f67dd51b87
Manifests
Details
Content Digest

sha256:a3198a146279ae0a96e0052050b1f9993010cb90c3e852ce326255c2f1f6978f

Created

2025-08-12 20:28:46 UTC

Size

3.99 GB


Environment
MONGO_DOWNLOAD_SHA256

aa48916bf08235c6b9047cfc9767c7e0a45d5f9f19ec07055aef0953005a2bd2

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.13-rc2-signed.msi

MONGO_VERSION

8.0.13-rc2


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 51.76% (2.06 GB)

[#001] sha256:203c144449ed67b479a4424fa1d1138f1c8909f1e47a45a6500d4d7f7d058549 - 29.99% (1.2 GB)

[#002] sha256:431b91e18e6d31655c249d3ec527a7087a2412eee8ffbbff01048efe3664db7b - 0.0% (1.3 KB)

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

[#004] sha256:37decea29c2f5ff38ba8205abaaf3ada81bedc7e92093b1826c7b1805f268e4b - 0.0% (1.36 KB)

[#005] sha256:0b644cbccc7f2eef96985586aac11a955e2f7e5c1d23b987670f68176a781ac5 - 0.0% (1.31 KB)

[#006] sha256:58d569c8b65f652cd16bd74c25c4bf09d76a0188a6561b5fdddfd6ff81b6b0f4 - 18.25% (745 MB)

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

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

[#009] sha256:30103fba760b973a29b904083c758476895cb279d90f075764040b554e830f33 - 0.0% (1.29 KB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-08-10 03:12:45 UTC

Install update 10.0.26100.4946

2025-08-12 20:27:48 UTC

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

2025-08-12 20:27:49 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.13-rc2

2025-08-12 20:27:49 UTC

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

2025-08-12 20:27:50 UTC

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

2025-08-12 20:28:44 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.';

2025-08-12 20:28:45 UTC

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

2025-08-12 20:28:45 UTC

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

2025-08-12 20:28:46 UTC

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

Details
Content Digest

sha256:5fe2b4f669019f861f0ff83b227e548993f71bb7baaa0dff86d8cc6dbf3eed6b

Created

2025-08-12 20:33:39 UTC

Size

2.85 GB


Environment
MONGO_DOWNLOAD_SHA256

aa48916bf08235c6b9047cfc9767c7e0a45d5f9f19ec07055aef0953005a2bd2

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.13-rc2-signed.msi

MONGO_VERSION

8.0.13-rc2


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 47.74% (1.36 GB)

[#001] sha256:06b9b30319b49e62edeeff59663c236bf6a406712417e8a1be70ae07afd76e2c - 26.75% (782 MB)

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

[#003] sha256:617b91b312b4bdb24be008858a4a6700ce4e3b4b50e228bf4d5035069c2b0a89 - 0.0% (1.25 KB)

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

[#005] sha256:10237297a75bc8d2b752462ce5e4ed6d8c127b428c944ab9838c626dedb5604a - 0.0% (1.26 KB)

[#006] sha256:6e86e790438852b489c7d0eeb3cd36796d94a8ee85035ccaafecce5e8322f58b - 25.51% (745 MB)

[#007] sha256:40a48edf1da7b69967df45910cfbb17ff2ad4b0d6110966f145fba6787ce584f - 0.0% (1.25 KB)

[#008] sha256:86f42b2ed879a5b4c1ab673acd4fdf10114297a6492c939eadf62fa1ccdee164 - 0.0% (1.25 KB)

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


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-08-08 18:40:34 UTC

Install update 10.0.20348.4052

2025-08-12 20:32:15 UTC

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

2025-08-12 20:32:16 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.13-rc2

2025-08-12 20:32:17 UTC

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

2025-08-12 20:32:19 UTC

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

2025-08-12 20:33:31 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.';

2025-08-12 20:33:36 UTC

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

2025-08-12 20:33:37 UTC

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

2025-08-12 20:33:39 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.