update proxy settings for kubernetes build.

This commit is contained in:
fmeng
2016-02-04 17:38:07 +08:00
parent 9d9864486b
commit ef42dad78e
3 changed files with 33 additions and 14 deletions

View File

@@ -24,6 +24,10 @@ MAINTAINER Joe Beda <jbeda@google.com>
ENV GOARM 5
ENV GOOS linux
ENV GOARCH amd64
ENV http_proxy KUBE_BUILD_HTTP_PROXY
ENV https_proxy KUBE_BUILD_HTTPS_PROXY
ENV no_proxy KUBE_BUILD_NO_PROXY
# work around 64MB tmpfs size in Docker 1.6
ENV TMPDIR /tmp.k8s