Merge pull request #2416 from aledbf/update-nginx

Update nginx image
This commit is contained in:
k8s-ci-robot 2018-04-24 13:21:01 -07:00 committed by GitHub
commit c0cc3e5ca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,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.43
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.44
ifeq ($(ARCH),arm)
QEMUARCH=arm

View file

@ -16,7 +16,7 @@
TAG ?= 0.43
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= gcloud docker --
DOCKER ?= docker
ALL_ARCH = amd64 arm arm64 ppc64le s390x
SED_I?=sed -i