From: Chengyu Zhu <hudson...@tencent.com> This series refactors the OCI handling in erofs-utils and adds NBD-backed mounting of OCI images. It enables mounting EROFS container images directly from registries without pre-downloading.
Chengyu Zhu (3): erofs-utils:mkfs: move parse_oci_ref to lib erofs-utils: refactor OCI code for better modularity erofs-utils: add NBD-backed OCI image mounting lib/liberofs_oci.h | 88 ++-- lib/remotes/oci.c | 1029 +++++++++++++++++++++++++++++++------------- mkfs/main.c | 186 ++------ mount/Makefile.am | 2 +- mount/main.c | 257 +++++++++-- 5 files changed, 1013 insertions(+), 549 deletions(-) -- 2.51.0