Namespace
library
Image / Tag
mongo:8.0.13-windowsservercore-ltsc2025
Content Digest
sha256:cbf3097dd644facfaca0c5ffaa426b783e936ca2459131f8ab29c6e9c361191a
Details
Created

2025-09-10 22:01:01 UTC

Size

4.05 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f301e2272fb222bf53b76883bbf95d07c54b116ad1e9e694234f002ad9abd0c4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.13


Layers

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

[#001] sha256:2e9750fac680d8e6b6c2e0a6f7718b1ccb76f68a6ebd9f9da4c5e470458c7e72 - 31.16% (1.26 GB)

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

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

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

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

[#006] sha256:af7766ef13b350f820dcaed3e2f1252c1123bcc47f50c984e5d2124e7afa27c0 - 17.95% (745 MB)

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

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

[#009] sha256:53f017d119565fcbc63eeabd034fb6e0597306d29219f1d2a9a88bccac511d80 - 0.0% (1.3 KB)


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

Apply image 10.0.26100.2605

2025-09-06 02:36:14 UTC

Install update 10.0.26100.6584

2025-09-10 21:58:54 UTC

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

2025-09-10 21:58:55 UTC

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

2025-09-10 21:58:56 UTC

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

2025-09-10 21:58:56 UTC

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

2025-09-10 22:00:59 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-09-10 22:01:00 UTC

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

2025-09-10 22:01:00 UTC

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

2025-09-10 22:01:01 UTC

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