microsoft / containerregistry

Microsoft Artifact Registry description and related FAQ
398 stars 89 forks source link

Improve the image listing UI to make clear if images support multiple architectures #159

Open deviantintegral opened 7 months ago

deviantintegral commented 7 months ago

Over in https://github.com/microsoft/playwright/issues/29819 we determined that while Playwright is publishing multi-arch Docker images, the MCR UI makes it fairly confusing for users to realize that. I think my screenshots at https://github.com/microsoft/playwright/issues/29819#issuecomment-1981213797 show how other registries do a much better job of conveying this information.

It would be great if MCR could display images group together, such as "latest" and then all of the architectures published for that tag, instead of showing them all in a linear list.

pcgeek86 commented 3 months ago

I can't easily figure out which PowerShell container image tags support aarch64. This UI improvement really needs to be implemented, so I can see which tags support which CPU architectures.