You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for content range requests when getting blobs
OCI artifacts support has landed in various OCI specs v1.1.0 which
allows for arbitrary artifact types, small and large.
Large artifacts (even existing container images) pose a particular
challenge that:
1) it takes too long to download
2) it takes too long to unpack
This PR begins to address 1) above.
The client can initiate a HEAD request to get the size and later
multiple GET range requests to download a blob in parallel.
Signed-off-by: Ramkumar Chinchani <[email protected]>
0 commit comments