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

Support automatic conversion of Docker V2 manifests to the OCI manifest format #3131

Open
adamfowleruk opened this issue Oct 23, 2024 · 0 comments
Labels
enhancement ✨ New feature or request

Comments

@adamfowleruk
Copy link

Is your feature request related to a problem? Please describe.

Some container registries (E.g. zot) only support OCI format manifests. It would be desirable for zarf to have an option in zarf package create such as --oci-manifests-only that used skopeo to fetch the container images and automatically convert to the OCI format.

This is related to the tar.gz image support I've just commented on in #2181

Describe the solution you'd like

  • Given a container image in the docker v2 manifest format
  • When I run zarf package create . --oci-manifests-only
  • Then conversion to OCI manifest format occurs during package creation

Describe alternatives you've considered

I'm currently identifying each manifest by hand and using skopeo manually. I'm blocked from using the resultant .tar.gz file in zarf though due to #2181

Additional context

Related note from the zot container registry report: project-zot/zot#2234

@adamfowleruk adamfowleruk added the enhancement ✨ New feature or request label Oct 23, 2024
@github-project-automation github-project-automation bot moved this to Triage in Zarf Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
Status: Triage
Development

No branches or pull requests

1 participant