Namespace
library
Image / Tag
mongo:8.0.20-windowsservercore-ltsc2025
Content Digest
sha256:84b2dfdf9aeedab9b2db3db521312fc3e082f8a3d31a12db05f3c49b734c45a1
Details
Created

2026-04-14 21:17:02 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d6e81160f4ca40f2709a347c1953e5fcca06719355ddb657017c125bd2aafc7f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.20


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 52.14% (1.42 GB)

[#001] sha256:3642e4b8bb65ad3768f9f74a0dc48bb2e3294779b5d51573a234bfbe4f65324e - 20.78% (579 MB)

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

[#003] sha256:74043f0c52f04e52486955590b42550c2f42f02ec74d9426e2d8f63cdcc10fea - 0.0% (1.27 KB)

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

[#005] sha256:b7e683ac1a1f501afdb35e08f8cd28d96e69371341bf8d1d666c9ebcfb5b3303 - 0.0% (1.3 KB)

[#006] sha256:53852fbb8dca386b3e20f4562326a0810620e3e18a879b84ca33eb6f82859ec6 - 27.08% (754 MB)

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

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

[#009] sha256:52d0b89b99dd034db47c1ff44a1656aca7e5cf2fab341be293962c26879c9c72 - 0.0% (1.27 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-04-13 07:00:46 UTC

Install update 10.0.26100.32690

2026-04-14 21:14:35 UTC

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

2026-04-14 21:14:35 UTC

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

2026-04-14 21:14:36 UTC

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

2026-04-14 21:14:36 UTC

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

2026-04-14 21:17:00 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.';

2026-04-14 21:17:01 UTC

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

2026-04-14 21:17:02 UTC

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

2026-04-14 21:17:02 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