As discussed in https://github.com/quay/clair/issues/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 https://github.com/quay/clair/issues/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.