Update nginx image and QEMU version
This commit is contained in:
parent
d68b90d49a
commit
a42f181d73
4 changed files with 8 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -52,7 +52,7 @@ GOBUILD_FLAGS :=
|
|||
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||
|
||||
QEMUVERSION = v2.12.0-1
|
||||
QEMUVERSION = v3.0.0
|
||||
|
||||
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.65
|
||||
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.66
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
QEMUARCH=arm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue