mikeanthonywild / hyperterm-hardware

An open-source laptop with maintainability and sustainability in mind. This repo contains hardware components (schematics, PCBs, SPICE models, simulations etc.).
https://mikeanthonywild.github.io/hyperterm-hardware/
MIT License
0 stars 0 forks source link

Use pre-built Docker image #19

Open mikeanthonywild opened 6 years ago

mikeanthonywild commented 6 years ago

The build time can be significantly reduced if we pull a pre-built image from Docker Hub. make shell should pull an image from Docker Hub by default.

PRs should use a pre-built image, however when Travis builds master we should re-build the image first and push it to Docker Hub.

All of this should be transparent as it is all abstracted by the Makefile.

mikeanthonywild commented 6 years ago

On second thoughts, let's split out the image into its own repo. This repo should always be using a pinned version of the image.