Replies: 1 comment
-
A wonder about the same thing. Especially since the package view explicitly suggests that one should attach annotations to the manifest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add annotations to a multiarch manifest list, as described here for the ghcr.
When I use the digest from "podman manifest create" as an argument to "podman manifest annotate", podman returns an error ""invalid image digest [...] invalid checksum digest format". It seems to be trying to annotate the image manifests listed in the multiarch manifest list, rather than provide an annotation at the top level of the manifest list. This is with podman version 4.9.3 on Linux.
I see also that the mediaType for the manifest list is "application/vnd.docker.distribution.manifest.list.v2+json", but the Opencontainers specification seems to indicate that only OCI manifest lists (application/vnd.oci.image.manifest.v1+json) allow annotations.
Beta Was this translation helpful? Give feedback.
All reactions