-
Hi! I'm currently confused by the annotations, Artifacthub requires for container images as there are index manifest and image manifest annotations. Apparently, GitHub requires index manifest annotations for multi-arch images (which we use) so that e.g. the description is shown in the package view. Looking at ArtifactHub's code it seems that it only uses the available archs from the indexmanifest and the metadata from the image manifest. Where should I put the required annotations? Thanks! Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Hi @dploeger 👋 You are right, at the moment AH only uses the annotations in the image manifest (of the default platform) and not the ones in the index manifest. This is something that we'd like to address, relying on the index manifest for multi-arch images. In the meantime, adding them to the image manifest of the Hope this helps 🙂 |
Beta Was this translation helpful? Give feedback.
Hi @dploeger 👋
You are right, at the moment AH only uses the annotations in the image manifest (of the default platform) and not the ones in the index manifest. This is something that we'd like to address, relying on the index manifest for multi-arch images. In the meantime, adding them to the image manifest of the
linux/amd64
platform should do the trick.Hope this helps 🙂