Matt Monaco

Results 16 comments of Matt Monaco

I wound up using `rest.Wrap()` to add an `http.RoundTripper` which filters out `io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList_v2` and `io.k8s.apimachinery.pkg.apis.meta.v1.APIResource_v2` from `/openapi/v2` dynamically at runtime.

Is there any plan to support converting oci-layout directories or tar files? I see https://github.com/dragonflyoss/nydus/issues/436 but AFAICT it was closed without actually implementing. It would be useful for people who...

Sorry, but could you clarify how? I looked at the docs and the source and AFAICT `file://` is only supported for `nydusify copy`.

+1 A related use case for this: I'd to be able to build estargz images as part of our current bazel + rules_oci build system.

I've found that `skopeo` can convert to zstd-chuncked without a daemon running. And the output can be stdout. However it doesn't seem to support input from stdin as it expect...

I wound up writing a CLI to do an image conversion from an oci-layout dir to a new oci-layout dir. I don't believe it's feasible to do this purely through...