Multiarch builds #279
Replies: 3 comments
-
Hi, I was already creating the Also, Docker Hub disabled auto-builds a few months ago, for free users, so the The only thing that is still missing there is that the Cheers. |
Beta Was this translation helpful? Give feedback.
-
Another note I found (from Hadolint) is: Dockerfile:3 DL3018 style: Pin versions in apk add. Instead of Dockerfile:11 SC2006 style: Use $(...) notation instead of legacy backticked Dockerfile:15 DL3020 style: Use COPY instead of ADD for files and folders Dockerfile:16 DL3003 style: Use WORKDIR to switch to a directory Doesn't change how it works obviously, but more something to keep in mind if it bugs you. |
Beta Was this translation helpful? Give feedback.
-
Thanks for those. |
Beta Was this translation helpful? Give feedback.
-
Heya,
I've just been doing some work with multi-arch builds on Docker using DroneCI, and decided to try building Greyhole to see if it'd work, so it'd work on things like a Pi or latest ARM based Mac.
Unsure if a multi-arch auto-build system would be useful, I'd be happy to discuss further if it's useful for you.
https://hub.docker.com/repository/docker/modem7/samba-greyhole
https://drone.modem7.com/modem7/samba-greyhole-docker/10
Can happily discuss further either here or elsewhere (so not to clog up issues w/ off-topic chatter) if it's useful!
Beta Was this translation helpful? Give feedback.
All reactions