coryan/jaybeams

Automate development docker image creation

coryan opened this issue · 2 comments

I have configured docker to automatically build the images when the master branch in JayBeams changes.

This is still work-in-progress, so I am opening a bug to track it.

This was fixed by #101 I might change the setup later, but it is working.

I did not like the experience with the docker builds, it slows down merges too much. We have two avenues to explore:

  • Using Travis to build the images, but try to use the initial image pull as a cache to speed up the build.
  • Using a separate repository to build the images (referenced in #103).

I am going to try the Travis approach first.