Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM/multi architecture images #43

Closed
FireMasterK opened this issue Dec 5, 2021 · 8 comments
Closed

ARM/multi architecture images #43

FireMasterK opened this issue Dec 5, 2021 · 8 comments

Comments

@FireMasterK
Copy link

No description provided.

@tianon
Copy link
Owner

tianon commented Dec 9, 2021

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 Dockerfiles here should build pretty well as-is on ARM.

@tianon tianon closed this as completed Dec 9, 2021
@pat-s
Copy link

pat-s commented Oct 10, 2023

Would you accept a PR to extend the current GHA workflow?

@tianon
Copy link
Owner

tianon commented Oct 10, 2023

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).

@pat-s
Copy link

pat-s commented Oct 10, 2023

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!

@Dmitriusan
Copy link

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

@Dmitriusan
Copy link

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 Dockerfiles 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

@pat-s
Copy link

pat-s commented Oct 11, 2023

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.

@pat-s
Copy link

pat-s commented Oct 15, 2023

Here's the repo with multiarch images: https://hub.docker.com/repository/docker/pats22/postgres-upgrade/general

Currenlty rebuilt weekly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants