-
Notifications
You must be signed in to change notification settings - Fork 11
Add ARM support #12
Comments
We |
Well, not fixed, but there are ARM builds available now. |
pls add arm docker tag, tks |
What are best practices for tag management in the Docker hub? |
@otoolep Hi, in Docker Hub, no need to add a tag for cpu architecture. Tags are for version and base OS. Usually tags are like this:
But you are free to use your own tagging policy. Just tagging version is more than enough. you can see a good example on the HTTPD docker hub page. Most CI can build all architectures, tag it, and push it using variables. ARM starts to gain a lot of traction in professional market right now (AWS and Azure are now providing ARM and plan them to be default arch) |
Hey, I saw that you were using CircleCI for the main repo, and i found an example here Basically, docker provides buildx to build images to multiple architectures without the need to launch a machine with a specific architecture. |
is it circleci thats in use? It looks like docker v20 is in use by default so perhaps just need a config and update to start using buildx I was able to configure buildx locally and get a multi-platform image built wth the existing BUILDING.md after a buildx cange. Edit: circleci docs reference, circleci/circleci-docs#6034 |
I will make a local build but cooler if it was already pushed on Docker Hub so it just works for everyone https://hub.docker.com/r/rqlite/rqlite/tags (missing ARM builds) Thanks, looks promising |
+1 |
From what I see in rqlite/rqlite#340 it should be possible to build ARM images and push them to Docker hub.
I've noticed that Netmaker 0.7 uses rqlite as recommended and default data storage. But their official documentation doesn't mention that installation via Docker will fail on arm-based computers.
The text was updated successfully, but these errors were encountered: