Would it be possible to uuse umoci for multi-arch images?
I can use skopeo to download a specific arch/os, for both arm64 and amd64, unpack both, modify both, repack both... but then I can't merge them back.
Would it make sense to for umoci to have:
- a
merge command that combines tags
--arch --os filters for unpack from a multiarch manifest, and repack when building a new manifest.
Would it be possible to uuse
umocifor multi-arch images?I can use
skopeoto download a specific arch/os, for both arm64 and amd64, unpack both, modify both, repack both... but then I can't merge them back.Would it make sense to for umoci to have:
mergecommand that combines tags--arch --osfilters for unpack from a multiarch manifest, and repack when building a new manifest.