From 16de15aa6efd9a9caf11480f4cfbbec22eef1bc3 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 7 Jul 2020 12:41:12 -0400 Subject: [PATCH] Update nginx to 1.19.1 --- images/nginx/Makefile | 4 ++-- images/nginx/rootfs/build.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index cd0f300bc..f3f246dbc 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -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 diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index 0b9d4035c..bfe2983d5 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -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 \