Document ARM board incompatibility #25

Closed
opened 2020-10-16 16:45:05 +00:00 by decentral1se · 4 comments
Owner

As I've found out doing some installs, we need to check if the images being provided from the projects support ARM based builds. An example of this is https://hub.docker.com/_/traefik?tab=tags. An example of a project not doing it Keycloak (although there are community images).

As I've found out doing some installs, we need to check if the images being provided from the projects support ARM based builds. An example of this is https://hub.docker.com/_/traefik?tab=tags. An example of a project not doing it Keycloak (although there are community images).
Author
Owner

Then we need to take into consideration, ARM v6/7/8 compat.

e.g. https://hub.docker.com/r/459below/mariadb-armv7/tags

Also 32/64 bit archs! This one works for 3b+:

https://hub.docker.com/r/mihaibob/keycloak

Problematically, these other images don’t always support _FILE conventions :(

Then we need to take into consideration, ARM v6/7/8 compat. e.g. https://hub.docker.com/r/459below/mariadb-armv7/tags Also 32/64 bit archs! This one works for 3b+: > https://hub.docker.com/r/mihaibob/keycloak Problematically, these other images don’t always support `_FILE` conventions :(
Author
Owner

I think overall point for now is that "no, we don't support ARM" because it would involve some serious extra resources to build up a reliable pipeline of builds which we just can't handle right now.

After speaking with some SBC people, it seems like a better idea to stick with boards that do x86 arch so you don't run into this issue. So, the original idea to get https://www.hardkernel.com/shop/odroid-h2plus/ seems to be a good one.

I'll leave this open so we can document this whenever we get public docs.

I think overall point for now is that "no, we don't support ARM" because it would involve some serious extra resources to build up a reliable pipeline of builds which we just can't handle right now. After speaking with some SBC people, it seems like a better idea to stick with boards that do x86 arch so you don't run into this issue. So, the original idea to get https://www.hardkernel.com/shop/odroid-h2plus/ seems to be a good one. I'll leave this open so we can document this whenever we get public docs.
decentral1se changed title from ARM board compatibility to Document ARM board incompatibility 2020-10-18 07:26:06 +00:00
Owner

Maybe we can add a column for ARM support to the Coop Cloud app list tracker document? Maybe not something for the initial release tho - in which case we should update the "from a Raspberry Pi" language...

Maybe we can add a column for ARM support to the Coop Cloud app list tracker document? Maybe not something for the initial release tho - in which case we should update the "from a Raspberry Pi" language...
decentral1se added the
documentation
label 2020-10-27 07:59:08 +00:00
decentral1se added this to the Public mini-launch milestone 2020-10-27 08:04:48 +00:00
decentral1se added this to the (deleted) project 2020-12-27 11:49:08 +00:00
Author
Owner
> https://docs.coopcloud.tech/faq/#why-only-x86-support
This repo is archived. You cannot comment on issues.
No description provided.