Namespace
library
Image / Tag
mongo:8.0.5-windowsservercore-ltsc2025
Content Digest
sha256:8e142a3ff1900e035df38d14627041cb36f9f738f12c592ae64da42b14960e43
Details
Created

2025-03-12 18:57:31 UTC

Size

3.43 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

96b835f9cd76d4edfcdaa700c6d56aac47b1242541c05238d87c568c92db590e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.5


Layers

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

[#001] sha256:325ca01145f0fc17834eb1871e37e4a03c69b868e3eb071bf21be6413d720e5e - 18.84% (661 MB)

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

[#003] sha256:0519fb0ad7c5515d2ac0f10143923eb12fe3b4bf58495d925dd96816d15e1ee3 - 0.0% (1.26 KB)

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

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

[#006] sha256:82c750098b5feeda305cee71dc09614cd442610f08c1194357da29a88526bfdb - 20.95% (735 MB)

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

[#008] sha256:dc2614739c08b40cfda11aa3e87ad499a32aaf3db3b72e0cc1264e17d4d400e4 - 0.0% (1.28 KB)

[#009] sha256:ab5c5f94695e8712737f8083fcf8e13bdb8c6c02c11cfbd5eb52f55a3b785391 - 0.0% (1.28 KB)


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

Apply image 10.0.26100.2605

2025-03-07 06:08:48 UTC

Install update 10.0.26100.3476

2025-03-12 18:55:51 UTC

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

2025-03-12 18:55:52 UTC

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

2025-03-12 18:55:53 UTC

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

2025-03-12 18:55:54 UTC

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

2025-03-12 18:57:29 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-03-12 18:57:30 UTC

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

2025-03-12 18:57:30 UTC

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

2025-03-12 18:57:31 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