From aa734f3786a3b51b814a9175e39c4956ce2401d6 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Tue, 3 Apr 2018 15:09:05 -0300 Subject: [PATCH] Fix custom-error-pages image publication script --- images/custom-error-pages/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/images/custom-error-pages/Makefile b/images/custom-error-pages/Makefile index 11be00530f..47180650c7 100644 --- a/images/custom-error-pages/Makefile +++ b/images/custom-error-pages/Makefile @@ -1,4 +1,4 @@ -all: push +all: all-container BUILDTAGS= @@ -6,11 +6,11 @@ BUILDTAGS= TAG?=0.1 REGISTRY?=quay.io/kubernetes-ingress-controller GOOS?=linux -DOCKER?=gcloud docker -- +DOCKER?=docker SED_I?=sed -i GOHOSTOS ?= $(shell go env GOHOSTOS) -PKG=k8s.io/ingress/images/custom-error-pages +PKG=k8s.io/ingress-nginx/images/custom-error-pages ifeq ($(GOHOSTOS),darwin) SED_I=sed -i '' @@ -52,8 +52,6 @@ TEMP_DIR := $(shell mktemp -d) DOCKERFILE := $(TEMP_DIR)/rootfs/Dockerfile -all: all-container - sub-container-%: $(MAKE) ARCH=$* build container