Replies: 1 comment 3 replies
-
I think from a library perspective it makes sense. I also want to see if we can provide an API option to actually request the manifest by
2 and 3 might be client side. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
distribution supports manifest conversion between manifest types by setting the
Accept
header.There are two types of conversion supported by
distribution
as in the codeDepending on the registry implementation, more conversions are supported. For instance, ACR supports
While having the convenience of convertion, we have issues with digests and applications that depend on digests (e.g. signatures) since the converted manifest cannot be accessed by digest.
Output of a converted docker schema2 manifest:
To avoid ambiguity,
oras-go
is designed not to do type conversion.Beta Was this translation helpful? Give feedback.
All reactions