ContainerImageFormat
should also enforce Docker/OCI formats for layer media types, not just manifests
#48639
Labels
Area-Containers
Related to dotnet SDK containers functionality
untriaged
Request triage from a team member
Describe the bug
It's possible today for an image created in OCI format (either explicitly with
ContainerImageFormat
or implicitly with multi-RID images) to have OCI-named manifest media types, but Docker-named layer media types:We should ensure that the layer and manifest media types are aligned when a user expresses a desire here - even though per spec mixing the two is allowed and most tooling doesn't have a problem.
The text was updated successfully, but these errors were encountered: