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)