-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
clairctl: warn when server is not honoring range requests #2029
Comments
freedge
added a commit
to freedge/clair
that referenced
this issue
Apr 10, 2024
As discussed in quay#2029 the manifest generation is efficient only when HTTP "Range: bytes=0-0" header is well supported by the server. If not, the server might return the full layer, making the manifest generation very expensive. We warn the user in case their HTTP server does not support HTTP range requests. Signed-off-by: François Rigault <frigo@amadeus.com>
hdonnay
pushed a commit
to freedge/clair
that referenced
this issue
Apr 10, 2024
As discussed in quay#2029 the manifest generation is efficient only when HTTP "Range: bytes=0-0" header is well supported by the server. If not, the server might return the full layer, making the manifest generation very expensive. We warn the user in case their HTTP server does not support HTTP range requests. Signed-off-by: François Rigault <frigo@amadeus.com>
crozzy
pushed a commit
to crozzy/clair
that referenced
this issue
Apr 29, 2024
As discussed in quay#2029 the manifest generation is efficient only when HTTP "Range: bytes=0-0" header is well supported by the server. If not, the server might return the full layer, making the manifest generation very expensive. We warn the user in case their HTTP server does not support HTTP range requests. Signed-off-by: François Rigault <frigo@amadeus.com>
crozzy
pushed a commit
that referenced
this issue
Apr 29, 2024
As discussed in #2029 the manifest generation is efficient only when HTTP "Range: bytes=0-0" header is well supported by the server. If not, the server might return the full layer, making the manifest generation very expensive. We warn the user in case their HTTP server does not support HTTP range requests. Signed-off-by: François Rigault <frigo@amadeus.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @freedge in #2022 (comment)
The text was updated successfully, but these errors were encountered: