You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you describe on a high level what you are trying to do? Do you want to use skopeo copy or do you want to inspect the images names via skopeo inspect?
If I understand the request correctly, see #1381 ’s Reader (and compare docker/archive). Introducing a similar API for oci/layout (with much less state to maintain) would make sense to me.
when
skeopeo
copy many images into one oci repo, how can i get the images name?for example the
index.json
:there only a API
https://github.com/containers/image/blob/main/oci/layout/oci_transport.go#L219
so is it acceptable to add a API get
[] imgspecv1.Descriptor
of all the name within oci repo ? , such as:and i would very like tocontribute with a PR.
many thanks.
The text was updated successfully, but these errors were encountered: