From fc61fb682cbf71ba3801a8bd168ed4ef77e009ab Mon Sep 17 00:00:00 2001 From: Laura Fitzgerald Date: Thu, 19 Dec 2024 08:43:13 +0000 Subject: [PATCH] Update base image registry to mirror.gcr.io --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 693f940..ae0971f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19 as builder +FROM mirror.gcr.io/library/golang:1.19 as builder ARG TARGETOS ARG TARGETARCH diff --git a/Makefile b/Makefile index 6d44459..afdc871 100644 --- a/Makefile +++ b/Makefile @@ -163,4 +163,4 @@ $(CONTROLLER_GEN): $(LOCALBIN) .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary. $(ENVTEST): $(LOCALBIN) - test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest + test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.16