dotnet / sdk-container-builds

Libraries and build tooling to create container images from .NET projects using MSBuild

Home Page:https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support OCI media types

baronfel opened this issue · comments

As noted in dotnet/sdk#32876 (comment), Docker Hub (and likely other registries) seem to be requiring OCI media types (and thus schemas) for manifests, and likely indexes, descriptors, etc - all the way down.

We must support these schemas to ensure compatibility. The full list can be found here.