Add architecture column to container registry
Problem to solve
Current registry doesn't show architectures supported by the underlying images based on manifest. Docker hub shows which architectures are supported.
Intended users
Further details
Proposal
Add a column to the registry detail view which shows architecture (or architectures in the case of multiarch manifest) of underlying image. May be nice to add search and ordering features on that column, but that's perhaps a different feature request.
Permissions and Security
Same security for viewing registry as now.
Documentation
Don't think this actually needs documentation, its pretty straightforward, although you could always link to Docker documentation on how to create multiarch images or label the arch of an image.