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

Improve fetching troubleshoot specs from OCI registries #1349

Open
banjoh opened this issue Sep 22, 2023 · 0 comments
Open

Improve fetching troubleshoot specs from OCI registries #1349

banjoh opened this issue Sep 22, 2023 · 0 comments

Comments

@banjoh
Copy link
Member

banjoh commented Sep 22, 2023

Describe the rationale for the suggested change.

Looking at the implementation of pulling specs from OCI registries, its not clear how to use this API and in extension, the CLI. The issues I see are

  • The media types and image names are hard coded meaning the library can only work with 2 image names
  • The oci URL format is not clear. This is more a documentation bit than an implementation one. Usage documentation may lead to code change
  • The oras library is old and needs upgrading -> Chore: need to bump oras-go to v2 to unblock k8s updates #1317
  • There is a hard coded helm credentials path. The larger deficiency here is the implementation of authenticating to registries

Description of tasks

@banjoh banjoh changed the title Improve OCI image pulling Improve fetching troubleshoot specs from OCI registries Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant