quarkusio / quarkus-images

Set of container images delivered for Quarkus
Apache License 2.0
115 stars 76 forks source link

multi-arch images? #198

Closed edeandrea closed 2 years ago

edeandrea commented 2 years ago

I see on https://quay.io/repository/quarkus/ubi-quarkus-mandrel?tab=tags (as well as some of the other images on quay.io/quarkus) there are multi-arch images, but I don't see a manifest list that combines the images.

As it is now I have to specify a specific image tag for amd64 vs arm64 instead of just saying quay.io/quarkus/ubi-quarkus-mandrel:22.0-java17 and let it figure out which platform to build.

For example, from https://quay.io/repository/quarkus-super-heroes/rest-villains?tab=tags

image

edeandrea commented 2 years ago

Not sure why this got created twice.