Closed FireMasterK closed 2 years ago
Would you accept a PR to extend the current GHA workflow?
GHA only does a build test; it doesn't build the images on Docker Hub (nor does it or will it any time soon have access to; Hub's permissions model is way too loose for me to trust GHA with creds).
nor does it or will it any time soon have access to; Hub's permissions model is way too loose for me to trust GHA with creds
That's quite unfortunate. I am running a lot of arm VMs lately and this project is really great (thanks!) but the lack of arm images is quite a bummer. Guess I am building and publishing my own ones then but would have preferred contributing.
Thanks for the quick reply!
nor does it or will it any time soon have access to; Hub's permissions model is way too loose for me to trust GHA with creds
That's quite unfortunate. I am running a lot of arm VMs lately and this project is really great (thanks!) but the lack of arm images is quite a bummer. Guess I am building and publishing my own ones then but would have preferred contributing.
Thanks for the quick reply!
if you do, it would be great to mention them at a README of a current repository. It is a common issue
Unfortunately this repository is just a PoC of how this could be implemented, and I don't have the resources to build it on ARM too -- however, the
Dockerfile
s here should build pretty well as-is on ARM.
btw, Oracle cloud offers free Ampere A1 Compute instances (4 cores/24 gb of RAM) https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm
Thanks. Haven't decided yet whether I'll do it on GHA with buildx or on my own infrastructure using dedicated arm machines. Will report back when I got something.
Here's the repo with multiarch images: https://hub.docker.com/repository/docker/pats22/postgres-upgrade/general
Currenlty rebuilt weekly.
Unfortunately this repository is just a PoC of how this could be implemented, and I don't have the resources to build it on ARM too -- however, the
Dockerfile
s here should build pretty well as-is on ARM.