Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for erofs and squashfs layer media types
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 2. above. squashfs (an older read-only) and erofs (newer) filesystems are already compressed full filesystems, and overlayfs compatible. Signed-off-by: Ramkumar Chinchani <[email protected]>
- Loading branch information