docker-dolibarr
docker-dolibarr copied to clipboard
Cleanup docker files
The aim of this PR is to simplify the docker building process: less file to maintain. Taking advantage of build-args and cache. make the build more tunable (more options to run in several context)
Still work in progress.
Checklist
- [ ] Upgrade debian version for base image.
- [ ] Check that the built image is still working on ARM systems
- [ ] CI pass on travis
- [ ] Build and publish is working
Dicussion welcomed about maintenance strategy @tuxgasy I'm supposing some things from what I saw in the .github/ flows and travis, and how this is builded and published.
Yes. I use GitHub actions to auto build images because it is faster and easier to use buildx. I kept travis ci for a few tests because it was already in place.