Skip to content

Commit

Permalink
Merge pull request #2416 from aledbf/update-nginx
Browse files Browse the repository at this point in the history
Update nginx image
  • Loading branch information
k8s-ci-robot authored Apr 24, 2018
2 parents bb1d661 + 3fb5ea1 commit c0cc3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0cc3e5

Please sign in to comment.