Update nginx to 1.19.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-05-26 12:11:55 -04:00
parent ec3da4d2c9
commit 227f974651
3 changed files with 14 additions and 12 deletions

View file

@ -18,7 +18,7 @@
SHELL=/bin/bash -o pipefail
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.101
TAG ?= 0.102
REGISTRY ?= quay.io/kubernetes-ingress-controller
IMGNAME = nginx
@ -33,6 +33,7 @@ COMMA := ,
.PHONY: container
container:
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build \
--pull \
--progress plain \
--platform $(subst $(SPACE),$(COMMA),$(PLATFORMS)) \
--tag $(IMAGE):$(TAG) rootfs