src-d / infrastructure-dockerfiles

Dockerfile-s to build the images which power source{d}'s computing infrastructure.
Other
22 stars 13 forks source link

Auto build using Travis #1

Closed meyskens closed 5 years ago

meyskens commented 5 years ago

This will check versions on master that changed since the last Travis build. It will build and publish them

rporres commented 5 years ago

If we merge this as it is, it will rebuild all of the Docker containers... I don't think we want that as it may affect things that are running... What about doing a make docker-build here for the first run and then a new PR to move it to make docker-push?