• Matt Butcher's avatar
    fix(*): allow local docker registry · 7c82304b
    Matt Butcher authored
    This fix supersedes #323. It applies basically the same fixes:
    
    - local docker registries are now supported
    - kubectl is not downloaded on every build
    
    Also, added a fix for the case where `docker version` failed because the
    Docker daemon crashed, and consequently spuriously propmted the user to
    re-install docker.
    
    I added support for $DOCKER_PROJECT instead of just $PROJECT because the
    later is a little too generic for a shell env var. We can deprecate
    $PROJECT later.
    
    I did not add back in the better tool checks in bootstrap because
    CircleCI doesn't have the `command` command.
    7c82304b
Name
Last commit
Last update
cmd Loading commit data...
docs Loading commit data...
examples Loading commit data...
expansion Loading commit data...
hack Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
get-install.sh Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...