From 7c0bf43bff32b50d42a56a32cbe4ce44c8855af0 Mon Sep 17 00:00:00 2001 From: Benjamin Schimke Date: Fri, 28 Jun 2024 12:45:55 +0200 Subject: [PATCH] ci fixup --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a315477..6113fcf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,9 +29,9 @@ FROM ${builder_image} as builder WORKDIR /workspace # Run this with docker build --build-arg goproxy=$(go env GOPROXY) to override the goproxy -ARG goproxy=https://proxy.golang.org +ARG goproxy=off # Run this with docker build --build-arg package=./controlplane/kubeadm or --build-arg package=./bootstrap/kubeadm -ENV GOPROXY=direct +ENV GOPROXY=$goproxy # Copy the Go Modules manifests COPY go.mod go.mod