Update nginx image
This commit is contained in:
parent
dcc6495f0a
commit
3de8b48a80
3 changed files with 15 additions and 4 deletions
4
Makefile
4
Makefile
|
|
@ -50,7 +50,7 @@ DUMB_ARCH = ${ARCH}
|
|||
|
||||
GOBUILD_FLAGS :=
|
||||
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le
|
||||
|
||||
QEMUVERSION = v2.12.0-1
|
||||
|
||||
|
|
@ -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.64
|
||||
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.65
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
QEMUARCH=arm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue