From 65e08bb1a5eb331468cc0061bc0088cdf4b83e66 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Tue, 9 Jul 2024 18:04:24 +0200 Subject: [PATCH] Update dockerfile rename changes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 37190a93..31e7b32d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \ targets/openshift/images.mk \ ) -IMAGE_REGISTRY :=registry.svc.ci.openshift.org +IMAGE_REGISTRY :=registry.ci.openshift.org # This will call a macro called "build-image" which will generate image specific targets based on the parameters: # $0 - macro name @@ -15,6 +15,6 @@ IMAGE_REGISTRY :=registry.svc.ci.openshift.org # $2 - image ref # $3 - Dockerfile path # $4 - context directory for image build -$(call build-image,ocp-must-gather,$(IMAGE_REGISTRY)/ocp/4.2:ocp-must-gather, ./Dockerfile.rhel7,.) +$(call build-image,ocp-must-gather,$(IMAGE_REGISTRY)/ocp/4.17:ocp-must-gather, ./Dockerfile.ocp,.) -$(call verify-golang-versions,Dockerfile.rhel7) +$(call verify-golang-versions,Dockerfile.ocp)