-
Notifications
You must be signed in to change notification settings - Fork 68
Consider using OCI compliant media-types #621
Copy link
Copy link
Open
Labels
discussionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionenhancementThis issue is a feature requestThis issue is a feature request
Metadata
Metadata
Assignees
Labels
discussionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionenhancementThis issue is a feature requestThis issue is a feature request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
To Triage
Describe the problem/challenge you have
I am trying to push Imgpkg artifacts to a Zot registry. Zot registry describes itself as a "vendor neutral" OCI registry. In practice this just means that Zot refuses to accept any image or artifact that uses a Docker (or any other non-OCI) specific mediaType.
For more information about this Zot's refusal to work with Docker artifacts, see this issue:
loosemode allowing Docker mediaTypes project-zot/zot#724You can already see where I am going with this:
Describe the solution you'd like
Since it's probably unlikely for Zot to ever accept mediaTypes that are not defined by OCI, I would like imgpkg to (optionally) support the creation of bundles using standard OCI mediaTypes for its manifests and layers.
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help work on this issue.