Namespace
library
Image / Tag
mongo:8.0.16-rc1-windowsservercore-ltsc2025
Content Digest
sha256:2e8e2db783bf440f5f114e240b218aa450b0dacd1ce39c4b420388bc9d0385e1
Details
Created

2025-11-11 19:27:16 UTC

Size

3.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f09850c6a8dc45243586d6db5651239f2404913285d9d99f5d01a9e0cce65f5b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.16-rc1


Layers

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

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

[#002] sha256:4cbedd3e9684a5552bd2491fa4006b2697d5f769b6145ba153091c0573ef3797 - 0.0% (1.29 KB)

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

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

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

[#006] sha256:10b2f5bd517e36498250c38a33d61e802169c6f341e6854995081e45cfca5ad8 - 19.53% (749 MB)

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

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

[#009] sha256:5eb1236354fd29866c24a4b6a64dfc012807307a5d9ffd936a39a39814452fb7 - 0.0% (1.26 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:08 UTC

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

2025-11-11 19:25:09 UTC

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

2025-11-11 19:25:10 UTC

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

2025-11-11 19:25:10 UTC

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

2025-11-11 19:27:13 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:15 UTC

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

2025-11-11 19:27:15 UTC

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

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