nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
93 stars 52 forks source link

Figure out MediaType for packaging KRM as OCI images #672

Open liamfallon opened 2 months ago

liamfallon commented 2 months ago

Original issue URL: https://github.com/kptdev/kpt/issues/3276 Original issue user: https://github.com/mortent Original issue created at: 2022-05-27T22:48:27Z Original issue last updated at: 2022-05-27T22:48:27Z Original issue body: OCI packages have MediaType which we may be able to use to mark KRM images to set them apart from Docker images.

Currently our images seem to use docker media type: application/vnd.docker.distribution.manifest.v2+json

Ref: https://github.com/opencontainers/image-spec/blob/main/media-types.md

Original issue comments: