microsoft/dotnet-runtime-deps
dotnet/runtime-deps
Official images for the .NET runtime dependencies
9.0
(Standard Support)
docker pull mcr.microsoft.com/dotnet/runtime-deps:9.0
8.0
(Long-Term Support)
docker pull mcr.microsoft.com/dotnet/runtime-deps:8.0
This image contains the native dependencies needed by .NET. It does not include .NET. It is for self-contained applications.
Watch discussions for Docker-related .NET announcements.
The .NET Docker samples show various ways to use .NET and Docker together. See Building Docker Images for .NET Applications to learn more.
.NET container images have several variants that offer different combinations of flexibility and deployment size. The Image Variants documentation contains a summary of the image variants and their use-cases.
.NET distroless container images contain only the minimal set of packages .NET needs, with everything else removed. Due to their limited set of packages, distroless containers have a minimized security attack surface, smaller deployment sizes, and faster start-up time compared to their non-distroless counterparts. They contain the following features:
.NET offers distroless images for Azure Linux and Ubuntu (Chiseled).
.NET:
.NET Framework:
View the current tags at the Microsoft Artifact Registry portal or on GitHub.
.NET container images are regularly monitored for the presence of CVEs. A given image will be rebuilt to pick up fixes for a CVE when:
Please refer to the Security Policy and Container Vulnerability Workflow for more detail about what to do when a CVE is encountered in a .NET image.
docker pull mcr.microsoft.com/dotnet/runtime-deps