From cd7625b72fdea479e43efc0e3074c929e88ab5ac Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sun, 17 Jun 2018 10:06:00 -0400 Subject: [PATCH] Rollback nginx to 1.13.12 (#2655) --- images/nginx/Makefile | 2 +- images/nginx/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/nginx/Makefile b/images/nginx/Makefile index 41035f6e1..7593b2572 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # 0.0.0 shouldn't clobber any released builds -TAG ?= 0.53 +TAG ?= 0.52 REGISTRY ?= quay.io/kubernetes-ingress-controller ARCH ?= $(shell go env GOARCH) DOCKER ?= docker diff --git a/images/nginx/build.sh b/images/nginx/build.sh index dd7d09f39..62625ad0c 100755 --- a/images/nginx/build.sh +++ b/images/nginx/build.sh @@ -19,7 +19,7 @@ set -o errexit set -o nounset set -o pipefail -export NGINX_VERSION=1.15.0 +export NGINX_VERSION=1.13.12 export NDK_VERSION=0.3.1rc1 export SETMISC_VERSION=0.31 export STICKY_SESSIONS_VERSION=08a395c66e42 @@ -138,7 +138,7 @@ mkdir --verbose -p "$BUILD_PATH" cd "$BUILD_PATH" # download, verify and extract the source files -get_src b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516 \ +get_src fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de \ "http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz" get_src 49f50d4cd62b166bc1aaf712febec5e028d9f187cedbc27a610dfd01bdde2d36 \