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

backport: clairctl: warn when range requests are not honored #2044

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

crozzy
Copy link
Collaborator

@crozzy crozzy commented 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.

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 <[email protected]>
@crozzy crozzy requested a review from a team as a code owner April 29, 2024 20:20
@crozzy crozzy requested review from hdonnay and removed request for a team April 29, 2024 20:20
@crozzy crozzy merged commit 2a2ba37 into quay:release-4.7 Apr 29, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants