Publish .NET images as OCI formats instead of Docker formats
Open
area-dockerfiles
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
### Describe the Problem
The .NET base images today are publishes to MCR as Docker Manifest Lists comprised of individual Docker Manifests. These formats are older, but over the years the OCI formats have become the commonly-accepted standard. .NET should embrace this change and produce OCI-compatible Image Indexes and Images for our base images.
### References
* [OCI Layout specification](https://github.com/opencontainers/image-spec)
* [oras CLI tool](https://oras.land/docs/)
Contributor guide
Assessment
This issue has not been assessed yet.