From 3d40f41381524010a93fe8f28e118788dfea9ab0 Mon Sep 17 00:00:00 2001 From: Kyle Byerly <kyle.byerly@hpe.com> Date: Wed, 28 Aug 2019 15:35:22 -0600 Subject: [PATCH] Add proxy for those that are behind one --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fe2a04a4..c3c8a9a5 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ JSONNET_FMT := jsonnet fmt -n 2 --max-blank-lines 2 --string-style s --comment-s JB_BINARY:=$(GOPATH)/bin/jb EMBEDMD_BINARY:=$(GOPATH)/bin/embedmd CONTAINER_CMD:=docker run --rm \ + -e http_proxy -e https_proxy -e no_proxy \ -u="$(shell id -u):$(shell id -g)" \ -v "$(shell go env GOCACHE):/.cache/go-build" \ -v "$(PWD):/go/src/github.com/coreos/kube-prometheus:Z" \ -- GitLab