Update nginx to 1.19.1

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-07 12:41:12 -04:00
parent a4cbb4b8be
commit 16de15aa6e
2 changed files with 6 additions and 6 deletions

View file

@ -21,8 +21,8 @@ DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
INIT_BUILDX=$(DIR)/../../hack/init-buildx.sh
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.105
REGISTRY ?= quay.io/kubernetes-ingress-controller
TAG ?= 0.106
REGISTRY ?= gcr.io/k8s-staging-ingress-nginx
IMAGE = $(REGISTRY)/nginx

View file

@ -18,8 +18,8 @@ set -o errexit
set -o nounset
set -o pipefail
export NGINX_VERSION=1.19.0
export NDK_VERSION=0.3.1rc1
export NGINX_VERSION=1.19.1
export NDK_VERSION=0.3.1
export SETMISC_VERSION=0.32
export MORE_HEADERS_VERSION=0.33
export NGINX_DIGEST_AUTH=cd8641886c873cf543255aeda20d23e4cd603d05
@ -117,10 +117,10 @@ mkdir --verbose -p "$BUILD_PATH"
cd "$BUILD_PATH"
# download, verify and extract the source files
get_src 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8 \
get_src a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492 \
"https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
get_src 49f50d4cd62b166bc1aaf712febec5e028d9f187cedbc27a610dfd01bdde2d36 \
get_src 0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85 \
"https://github.com/simpl/ngx_devel_kit/archive/v$NDK_VERSION.tar.gz"
get_src f1ad2459c4ee6a61771aa84f77871f4bfe42943a4aa4c30c62ba3f981f52c201 \