Update nginx image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-10-10 10:14:07 -03:00
parent dcc6495f0a
commit 3de8b48a80
3 changed files with 15 additions and 4 deletions

View file

@ -50,7 +50,7 @@ DUMB_ARCH = ${ARCH}
GOBUILD_FLAGS :=
ALL_ARCH = amd64 arm arm64 ppc64le s390x
ALL_ARCH = amd64 arm arm64 ppc64le
QEMUVERSION = v2.12.0-1
@ -61,7 +61,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.64
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.65
ifeq ($(ARCH),arm)
QEMUARCH=arm