Namespace
library
Image / Tag
mongo:8.0-windowsservercore-ltsc2022
Content Digest
sha256:8243a94a4f8e66d05250ee5f1d93cf44d4fc39103e91f97a651d9b96f0f1f298
Details
Created

2025-11-20 00:04:42 UTC

Size

2.38 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:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 58.27% (1.39 GB)

[#001] sha256:3a26269efcb0f33c920b21f98d305592e7310bbe548291a16043e48a0c1feba5 - 10.99% (268 MB)

[#002] sha256:31c947c6e8bd0bb7fb2816d431473a2ba45d90721558bbc27c3f855ebdd8c2b6 - 0.0% (1.31 KB)

[#003] sha256:ee0f6b844a712eac4788a46ba70e2e4f853f9d05509513ee1980b18795d80b96 - 0.0% (1.28 KB)

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

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

[#006] sha256:71e8262d08182da20c5820f5630c0b43221e8e83d3400febe778a28d50192685 - 30.74% (749 MB)

[#007] sha256:6aca7f7c61443534d9fc86bec7086387e145d09536aeb52424e4430aba78f52f - 0.0% (1.3 KB)

[#008] sha256:3cb83db5b3f446daef69f444ad4b08ac07430c93b707c032fc12e9128d44d798 - 0.0% (1.26 KB)

[#009] sha256:7a564343f9c1a67875242902fbb0147220104dc57ca8b9c5ada421818b7e0dd4 - 0.0% (1.26 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2025-11-05 05:39:13 UTC

Install update 10.0.20348.4405

2025-11-19 23:56:19 UTC

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

2025-11-19 23:56:21 UTC

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

2025-11-19 23:56:22 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:56:24 UTC

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

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

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

2025-11-20 00:04:42 UTC

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

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