-
Notifications
You must be signed in to change notification settings - Fork 27
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
unsupported MediaType error for images from quay.io repository #14
Comments
If the problem can't be fixed on k8s-image-availability-exporter side, can we add some configurable options to application that can exclude some registries from querying? |
I found a workaround.
|
@yuripastushenko |
We are using image flant/k8s-image-availability-exporter:v0.1.5. |
This still happens when pulling from quay-io with old images, i.e. a 3 year old container https://quay.io/repository/ratpoison/oregano-test-ubuntu/build/a0c3d2fe-3873-4fab-8f37-caf8cf77a7e3 yields the error, a recently created does not. |
The problem is somewhere in the underlying lib we are using - go-containerregistry. This likely happens because of the outdated version of the image manifest, e.g., v1. If there is someone still facing the problem, could you ping me? |
Hello!
We installed k8s-image-availability-exporter in our cluster.
For some images, that can be successfully pulled from registry, the application throws errors like:
From related issue - seems this is a problem in interaction between go-containerregistry library and quay.io
Can you suggest any workaround for this problem?
The text was updated successfully, but these errors were encountered: