container registry web ui can't handle multiarch manifests
Summary
container registry web ui can't handle multiarch manifests
Steps to reproduce
https://gitlab.com/kraxel/podman-docker-builder/container_registry/1215906
Example Project
https://gitlab.com/kraxel/podman-docker-builder/
What is the current bug behavior?
"Something went wrong while fetching the tags list."
What is the expected correct behavior?
Expected behavior: four tags listed:
- three being images (latest, aarch64, x86_64) and
- one (multiarch) being a manifest with aarch64 and x86_64
Seems to be a problem with the web ui only, skopeo works fine (i.e. "skopeo inspect docker://registry.gitlab.com/kraxel/podman-docker-builder:multiarch").
See .gitlab-ci.yml in aarch64 branch for manifest build procedure.