source-controller
source-controller copied to clipboard
Add support for layer extraction from OCI artifacts with `ImageIndex`
This change makes fetching of OCI artifacts compatible with a wider range of images, namely where the top-level object is an index. Once the index is fetched, the media type selector and (optionally) a numeric offset will be applied to determine what blob to use.
Towards #1247.