Switch to nginx

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-12-24 14:42:59 -03:00
parent aba58d67f2
commit 283536154d
3 changed files with 196 additions and 116 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.94
TAG ?= 0.95
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= docker
@ -26,7 +26,7 @@ ifeq ($(GOHOSTOS),darwin)
SED_I=sed -i ''
endif
QEMUVERSION=v4.1.0-1
QEMUVERSION=v4.1.1-1
IMGNAME = nginx
IMAGE = $(REGISTRY)/$(IMGNAME)