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

Error on OCI style repositories #121

Open
jwitko opened this issue Oct 16, 2023 · 2 comments
Open

Error on OCI style repositories #121

jwitko opened this issue Oct 16, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jwitko
Copy link
Contributor

jwitko commented Oct 16, 2023

Seeing the following error when version-checker attempts to check the fluent-bit repository:

time="2023-10-16T21:36:44Z" level=error msg="cr.fluentbit.io/v2/fluent/fluent-bit/manifests/2.0: failed to get manifest response for tag, skipping (404): {\"errors\":[{\"code\":\"MANIFEST_UNKNOWN\",\"message\":\"OCI index found, but accept header does not support OCI indexes\"}]}\n" client=

time="2023-10-16T21:40:19Z" level=error msg="cr.fluentbit.io/v2/fluent/fluent-bit/manifests/sha256-9b386368a776f8f8a25ee7113ef8f39ae9004d3b6e8a80d0848bd9e37a9c6aae.sig: failed to get manifest response for tag, skipping (404): {\"errors\":[{\"code\":\"MANIFEST_UNKNOWN\",\"message\":\"OCI manifest found, but accept header does not support OCI manifests\"}]}\n" client=

Image of the container is cr.fluentbit.io/fluent/fluent-bit:2.1.9

@davidcollom davidcollom added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2023
@davidcollom
Copy link
Collaborator

Thanks for raising this issue. I suspect there's little support for OCI registries right now.

Would you happen to have a full Yaml manifest I can deploy to reproduce the error?

@jwitko
Copy link
Contributor Author

jwitko commented Nov 2, 2023

@davidcollom The fluent-bit helm chart is a good example
https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit

Does that get you what you're looking for ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants