certbot / certbot-docker

94 stars 23 forks source link

Fixing Tags on Dockerhub #10

Closed SquallHalle closed 4 years ago

SquallHalle commented 4 years ago

you fixed recently the multiarch problem. Help others to see which arch now are supported and add the matching tags on docker hub.

adferrand commented 4 years ago

Unfortunately, since we are using QEMU to build foreign architectures on amd64, there is no way currently to properly set the architecture tags on Docker Hub. See https://github.com/moby/moby/issues/36552 and https://github.com/JSurf/docker-rpi-mariadb/issues/4.

Tob1as commented 4 years ago

Maybe this can help: https://github.com/rmoriz/multiarch-test or also one of the fork.

Or: https://github.com/estesp/manifest-tool (i use this with hooks for my arm image)

bmw commented 4 years ago

This is now tracked at https://github.com/certbot/certbot/issues/8201.