We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8177b31 commit eb77c2dCopy full SHA for eb77c2d
images/build/go-runner/Dockerfile
@@ -19,7 +19,7 @@ FROM golang:${GO_VERSION} as builder
19
WORKDIR /workspace
20
21
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
22
-ARG goproxy=https://proxy.golang.org,direct
+ARG goproxy=direct
23
# Run this with docker build --build_arg package=./controlplane/kubeadm or --build_arg package=./bootstrap/kubeadm
24
ENV GOPROXY=$goproxy
25
0 commit comments