Remove setcap and use authbind instead

This commit is contained in:
Manuel de Brito Fontes 2018-07-16 14:20:59 -04:00 committed by Manuel Alejandro de Brito Fontes
parent 237dcd7aa7
commit 7210518f80
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 59 additions and 39 deletions

View file

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