From e2937cc8f681a8bc4394554240faa807cc5372b2 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 3 Apr 2018 15:09:34 -0300 Subject: [PATCH] Fix custom-error-pages image publication script (#2289) --- 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