Report information about errors deployments

This commit is contained in:
Manuel de Brito Fontes 2017-10-24 17:16:24 -03:00
parent d5a0d34e37
commit febd7cf3e2
9 changed files with 41 additions and 25 deletions

View file

@ -4,7 +4,7 @@ BUILDTAGS=
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG?=0.1
REGISTRY?=aledbf
REGISTRY?=quay.io/kubernetes-ingress-controller
GOOS?=linux
DOCKER?=gcloud docker --
SED_I?=sed -i
@ -47,9 +47,6 @@ ifeq ($(ARCH),ppc64le)
QEMUARCH=ppc64le
GOARCH=ppc64le
endif
#ifeq ($(ARCH),s390x)
# QEMUARCH=s390x
#endif
TEMP_DIR := $(shell mktemp -d)

View file

@ -14,7 +14,7 @@
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.27
REGISTRY ?= quay.io/aledbf
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= gcloud docker --
@ -33,7 +33,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/aledbf/ubuntu-slim-$(ARCH):0.14
BASEIMAGE?=quay.io/kubernetes-ingress-controller/ubuntu-slim-$(ARCH):0.14
ifeq ($(ARCH),arm)
QEMUARCH=arm

View file

@ -13,7 +13,7 @@
# limitations under the License.
TAG ?= 0.14
REGISTRY = quay.io/aledbf
REGISTRY = quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le