Namespace
library
Image / Tag
mongo:8.0-windowsservercore-ltsc2025
Content Digest
sha256:328695bcf8fc143a03d5d1f1f0f4f39bb17bf1df295e40949811b4f28f107766
Details
Created

2025-11-20 00:01:01 UTC

Size

3.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8fd636068f35643a72417111da41ecc7b178028d4f063a5651222e7232e6d705

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.16


Layers

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

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

[#002] sha256:88e4a675f513af6e888046bae6c4768b9905f6a8f0f889162d519cc10cee8b36 - 0.0% (1.29 KB)

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

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

[#005] sha256:d7c1926efa4183ba160f02ce6db74519fbf251e9797f78386fb21aac57befd73 - 0.0% (1.28 KB)

[#006] sha256:01cda33f04cda0360927edf0b50048e82d5dbaaf845e658749224e7a2b828ce9 - 19.53% (749 MB)

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

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

[#009] sha256:b5de7b2f224a7b5975640d049ada73c265265e02c100cc3ca4e59912064823e3 - 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-19 23:58:01 UTC

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

2025-11-19 23:58:03 UTC

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

2025-11-19 23:58:04 UTC

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

2025-11-19 23:58:05 UTC

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

2025-11-20 00: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-11-20 00:01:00 UTC

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

2025-11-20 00:01:00 UTC

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

2025-11-20 00:01:01 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