docker-rpi-mariadb icon indicating copy to clipboard operation
docker-rpi-mariadb copied to clipboard

OS/ARCH on Docker Hub

Open mboehm21 opened this issue 6 years ago • 1 comments

Hi and thanks for your work.

Why is the image tagged with OS/ARCH linux/amd64 on the Docker Hub? This seems to break stack-deployements in swarm.

mboehm21 avatar Nov 27 '19 09:11 mboehm21

Hi, because of the qemu trick used to build automatically on docker hub.

It seems there is no way currently to force the architecture to arm, see: https://github.com/moby/moby/issues/36552

JSurf avatar Nov 27 '19 12:11 JSurf