Update containers documentation (#9559)
This commit is contained in:
7
linux.md
7
linux.md
@@ -6,15 +6,16 @@ The .NET community provides [best effort support](./os-lifecycle-policy.md) acro
|
|||||||
|
|
||||||
## Containers
|
## 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)
|
- [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)
|
- [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)
|
- [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)
|
- [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
|
## Packages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user