Replies: 1 comment 2 replies
-
@tamilhce pls rebase to top of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was running zot with following patch version tamilhce/zot#13 as a pull through for ECR
I have verified that some multi-arch images are working as expected, while others are not. Upon further investigation, I found that container multi-arch images with the type
application/vnd.oci.image.index.v1+json
(the OCI manifest list for multi-platform images) are not supported. Only multi-arch images with the Docker manifest format,application/vnd.docker.distribution.manifest.list.v2+json
(the Docker manifest list for multi-platform images), are supported.AWS ECR supports both the OCI and Docker manifest formats, whereas Zot only supports the multi-arch/image index of the Docker manifest format.
working -
application/vnd.docker.distribution.manifest.list.v2+json
Not working -
application/vnd.oci.image.index.v1+json
is this the expected behavior? If it's a bug, I will work on the feature. Looking forward to your valuable reply.
Beta Was this translation helpful? Give feedback.
All reactions