Update nginx to 1.19.0
This commit is contained in:
parent
ec3da4d2c9
commit
227f974651
3 changed files with 14 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue