Skip to content

Commit

Permalink
Update containers documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell authored Oct 21, 2024
1 parent 2248b4c commit bea344e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ The .NET community provides [best effort support](./os-lifecycle-policy.md) acro

## Containers

.NET containers are published to multiple registries.
The [official .NET container images](https://github.com/dotnet/dotnet-docker) are published to the [Microsoft Artifact Registry](https://mcr.microsoft.com/catalog?search=dotnet/). These images are built by Microsoft and are kept up-to-date with new .NET versions and base image updates.

Several other vendors distribute their own versions of .NET containers to other registries:

- [Chainguard Images](https://images.chainguard.dev/directory/image/dotnet-sdk/versions)
- [Microsoft Artifact Repository](https://mcr.microsoft.com/catalog?search=dotnet/)
- [OpenShift](https://developers.redhat.com/blog/2018/07/05/deploy-dotnet-core-apps-openshift)
- [SUSE Linux Enterprise Server Container Images](https://registry.suse.com/repositories?languages%5B%5D=dotnet)
- [Ubuntu Rocks](https://hub.docker.com/r/ubuntu/dotnet-aspnet)

Note: Microsoft publishes container images per [.NET container publishing policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-platforms.md). Other distributions may have different policies.
Please note that these other .NET container image distributions will have different support policies from the official images.

## Packages

Expand Down

0 comments on commit bea344e

Please sign in to comment.