We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Digester currently uses HEAD requests to look up image digests.
If the image registry returns an error, there is no response body to provide additional information about the error.
As long as the HTTP status code was not 429, digester could fall back to a GET request in order to get the error message and surface it to the user.
The text was updated successfully, but these errors were encountered:
This has already been implemented in the gcrane package, please see https://github.com/google/go-containerregistry/blob/main/pkg/crane/digest.go#L45
Sorry, something went wrong.
No branches or pull requests
Digester currently uses HEAD requests to look up image digests.
If the image registry returns an error, there is no response body to provide additional information about the error.
As long as the HTTP status code was not 429, digester could fall back to a GET request in order to get the error message and surface it to the user.
The text was updated successfully, but these errors were encountered: