Fix custom-error-pages image publication script (#2289)
This commit is contained in:
parent
83974c32ac
commit
e2937cc8f6
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
all: push
|
all: all-container
|
||||||
|
|
||||||
BUILDTAGS=
|
BUILDTAGS=
|
||||||
|
|
||||||
|
@ -6,11 +6,11 @@ BUILDTAGS=
|
||||||
TAG?=0.1
|
TAG?=0.1
|
||||||
REGISTRY?=quay.io/kubernetes-ingress-controller
|
REGISTRY?=quay.io/kubernetes-ingress-controller
|
||||||
GOOS?=linux
|
GOOS?=linux
|
||||||
DOCKER?=gcloud docker --
|
DOCKER?=docker
|
||||||
SED_I?=sed -i
|
SED_I?=sed -i
|
||||||
GOHOSTOS ?= $(shell go env GOHOSTOS)
|
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)
|
ifeq ($(GOHOSTOS),darwin)
|
||||||
SED_I=sed -i ''
|
SED_I=sed -i ''
|
||||||
|
@ -52,8 +52,6 @@ TEMP_DIR := $(shell mktemp -d)
|
||||||
|
|
||||||
DOCKERFILE := $(TEMP_DIR)/rootfs/Dockerfile
|
DOCKERFILE := $(TEMP_DIR)/rootfs/Dockerfile
|
||||||
|
|
||||||
all: all-container
|
|
||||||
|
|
||||||
sub-container-%:
|
sub-container-%:
|
||||||
$(MAKE) ARCH=$* build container
|
$(MAKE) ARCH=$* build container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue