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
Since this is a manifest manipulation tool, I thought it would be a great addition have a subcommand called ocify or convert to convert images between docker v2 and OCI mediaTypes and Config.
Since this is a manifest manipulation tool, I thought it would be a great addition have a subcommand called
ocify
orconvert
to convert images betweendocker v2
andOCI
mediaTypes and Config.An example cmd snippet
manifest-tool convert localhost:8080/image:latest localhost:8080/image-oci:latest --format="oci|docker"
I'd be happy to implement this if that makes sense.
The text was updated successfully, but these errors were encountered: