Namespace
library
Image / Tag
mongo:8.0.15-windowsservercore-ltsc2025
Content Digest
sha256:30ff5b62cdfae03513a2c7acea4b8175fde9c99616070d2e4f7fab7326dc0bd8
Details
Created

2025-11-11 19:27:42 UTC

Size

3.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

212be476297cf2b93e0d1279506780aaf5e67865e0ba342e740d1bc9ff772557

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.15


Layers

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

[#001] sha256:a84ef3b04f81727036fe8b401efc70b6979844e2b78bdf09aa1b68b7ef4edf63 - 25.38% (973 MB)

[#002] sha256:f86d184d0bbc82beb316e63de6e838f78388f3825fda3348abb79a1efe482b76 - 0.0% (1.32 KB)

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

[#004] sha256:31cb4212b5b450b70448710f43bceb511b7567f42719b314f2b8c11af6388035 - 0.0% (1.29 KB)

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

[#006] sha256:7e5caf5cece0da95fe59e08a8596ecee56de9eb4ea10c4cc230ef18caccb20f3 - 19.51% (748 MB)

[#007] sha256:c2e5a4ed8f2f90f29b61bc1532bf7c84a47514a0038b64addb5fc093767c7996 - 0.0% (1.31 KB)

[#008] sha256:195981d15ab2acb610e7af338870dbc576d062dd207cc542940a8517893b0503 - 0.0% (1.26 KB)

[#009] sha256:864b6d1f49848f36332d0f537c1dddb57a0fe637c192f2cc6bf5146c89f420c4 - 0.0% (1.29 KB)


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

Apply image 10.0.26100.2605

2025-11-09 10:25:55 UTC

Install update 10.0.26100.7171

2025-11-11 19:25:27 UTC

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

2025-11-11 19:25:27 UTC

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

2025-11-11 19:25:28 UTC

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

2025-11-11 19:25:28 UTC

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

2025-11-11 19:27:40 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-11-11 19:27:41 UTC

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

2025-11-11 19:27:41 UTC

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

2025-11-11 19:27:42 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