Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OCI mediaTypes #2421

Open
lcarva opened this issue Nov 5, 2024 · 0 comments
Open

Use OCI mediaTypes #2421

lcarva opened this issue Nov 5, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@lcarva
Copy link
Contributor

lcarva commented Nov 5, 2024

Feature request

It should be possible to use the tkn bundle push command to generate an Image Manifest with the OCI media type. Since these bundle images are not traditional container images, let's consider using artifactType.

Use case

The OCI standard clearly defines how artifacts should be described in an OCI registry. The docker media types do not. This is about more accurately representing the content.

UI Example

Ideally, by default the updated tkn bundle push command pushes an OCI artifact to the registry. A flag, e.g. --legacy, could be added if necessary to produce a docker image manifest.

(The command is marked as experimental, so maybe we don't have to worry about legacy behavior.)

@lcarva lcarva added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant