docker-dolibarr icon indicating copy to clipboard operation
docker-dolibarr copied to clipboard

Cleanup docker files

Open mathieupotier opened this issue 2 years ago • 2 comments

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

mathieupotier avatar Oct 17 '22 11:10 mathieupotier

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.

mathieupotier avatar Oct 17 '22 11:10 mathieupotier

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.

tuxgasy avatar Oct 17 '22 18:10 tuxgasy