Some backports from work on #46 to greatly speed up Circle builds

This backports from topic-docker the base image, which we can now use in
Circle to MASSIVELY speed up our CI situation.

The base image can currently only be pushed by @klardotsh as nobody else
has access to the Docker Hub org, but that can change in the future.
This commit is contained in:
Josh Klar
2018-10-11 17:44:02 -07:00
parent 3c5c95cfd7
commit 7d2d04f070
5 changed files with 55 additions and 85 deletions

1
.gitignore vendored
View File

@@ -108,6 +108,7 @@ venv.bak/
.circuitpy-deps
.micropython-deps
.devdeps
.docker_base
# Pycharms cruft
.idea