Update nginx image

This commit is contained in:
Manuel de Brito Fontes 2018-08-14 23:12:39 -03:00
parent 56ed290098
commit 330b7fafb3
4 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ GOBUILD_FLAGS :=
ALL_ARCH = amd64 arm arm64 ppc64le s390x
QEMUVERSION = v2.12.0
QEMUVERSION = v2.12.0-1
BUSTED_ARGS =-v --pattern=_test
@ -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.57
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.58
ifeq ($(ARCH),arm)
QEMUARCH=arm

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v08042018-e2f5d90
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v08152018-56ed290
DOCKER_OPTS=${DOCKER_OPTS:-""}

View file

@ -30,7 +30,7 @@ BASEIMAGE?=alpine:3.7
ALL_ARCH = amd64 arm arm64 ppc64le
QEMUVERSION=v2.12.0
QEMUVERSION=v2.12.0-1
IMGNAME = custom-error-pages
IMAGE = $(REGISTRY)/$(IMGNAME)

View file

@ -26,7 +26,7 @@ ifeq ($(GOHOSTOS),darwin)
SED_I=sed -i ''
endif
QEMUVERSION=v2.12.0
QEMUVERSION=v2.12.0-1
IMGNAME = nginx
IMAGE = $(REGISTRY)/$(IMGNAME)