coala / docker-coala-base

coala base docker image
21 stars 28 forks source link

Use rocker to push multiple images #230

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

After https://github.com/coala/docker-coala-base/issues/226 , there is a good chance that we can use rocker to implement https://github.com/coala/docker-coala-base/issues/203 , a separation between a OS layer image and another layer that includes coala fixes and linter fixes only.

This can be done by pushing the OS layer image during initial release builds, and then using it for patch builds.