seqeralabs / wave

On-demand containers provisioning service
https://seqera.io/wave/
GNU Affero General Public License v3.0
27 stars 4 forks source link

One tag for both amd64 and arm64 images #532

Open edmundmiller opened 3 weeks ago

edmundmiller commented 3 weeks ago

In nf-core/modules we'd like to support either architecture out of the box.

See the MultiQC images here:

https://github.com/MultiQC/MultiQC/pkgs/container/multiqc/223692959?tag=v1.22.2

linux/amd64

$ docker pull ghcr.io/multiqc/multiqc:v1.22.2@sha256:87e1afc8ec0c75217ef6c626c3222c5b8ac71274c206b6283aa0ab729530a9d3

linux/arm64

$ docker pull ghcr.io/multiqc/multiqc:v1.22.2@sha256:2b637ebdaeeca8fc05c00bfe84aa5f0131af53dfe432a81e56ff357dda95a349

But if I use docker pull ghcr.io/multiqc/multiqc:v1.22.2, it will just figure out what architecture I'm running on and pull the correct image.

pditommaso commented 3 weeks ago

Was this meant to be opened in https://github.com/MultiQC/MultiQC ?