Update nginx image
This commit is contained in:
parent
56ed290098
commit
330b7fafb3
4 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue