-
Notifications
You must be signed in to change notification settings - Fork 23
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
Docker ARM build #54
Comments
Bonjour @kosssi ,
Merci beaucoup 😃
Je pense que c'est possible mais pour cela, pourrais-tu nous indiquer ce qui a été modifié, voir partager le Dockerfile, pour faire fonctionner ces images sur ARM ? Il faut néanmoins que je me documente afin de savoir comment compiler ces images pour ARM via DockerHub...
Oui, c'est un comportement bizarre de DockerHub... Il y a quelques mois déjà, on a remarqué qu'on apparaissait plus dans les premiers résultats alors qu'on a le plus de téléchargements et d'étoiles. Ils ont du changer leur algorithme de tri et doivent avoir un bug 😞 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bonjour, J'avoue être très interréssé par un build ARM disponible depuis le Docker Hub. Je vois que dans le code de Qaund est-ce que vous prévoyez de l'utiliser pour rendre les images ARM disponibles sur Docker Hub ? Merci pour votre travail pour rendre dolibarr installable sur Docker, c'est parfait. |
Hello @madmath03, I've had a look at this issue and it seems like it is a relatively straightford fix with minimal modification. I have managed to build a functioning multi-architecture image of Dolibarr using your Dockerfile and changing the base image from This can be repeated in the fpm and fpm-alpine images to eliminate the need for multiple platform-specific Dockerfiles (i.e. merge A multi-platform image can then be built using
The following
I have managed to successfully build a multi-platform build using this process for The forked repo is available here: https://github.com/maksimstojkovic/docker-dolibarr. The GitHub workflow used is available here: https://github.com/maksimstojkovic/docker-dolibarr/blob/multiarch-build-workflow/.github/workflows/multiarch-build.yml The DockerHub image built is available here: maksimstojkovic/dolibarr:14.0 I was unsure as to how this could be incorporated into your CI pipeline so I did not create a pull request, but if you have questions about the process, please let me know. |
Bonjour,
J'ai regardé ce que Monogramm faisait et ça à l'air vraiment cool 👍.
J'utilise depuis hier votre dépôt pour avoir Dolibarr sur mon Raspberry Pi 4. Vu que vous ne construisez pas la version ARM je l'ai fait de mon coté et ça fonction directement.
Peut-être pourriez vous ajouter facilement ce build de votre coté (j'ai ne connais pas la démarche ;) sinon j'aurai fait une PR).
Clairement le Raspberry Pi 4 4go va démocratiser les builds Docker ARM. Les images php, et postgres sont déjà compatible c'est donc vers ce choix que je me suis porté. Mysql et MariaDB ne produisent pas encore de build compatible...
Bonne journée à vous et merci d'avance pour la maintenance des images.
PS: Quand je tape Dolibarr dans docker hub vous ne sortez pas 1er alors que vous avez le plus de téléchargement et que vous avez l'air d'être le mieux... va savoir pourquoi.
The text was updated successfully, but these errors were encountered: