Skip to content

Commit 51da945

Browse files
authored
Merge pull request #1737 from aledbf/update-nginx
Update nginx v1.13.7
2 parents 419fe52 + e52275d commit 51da945

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

images/nginx/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# 0.0.0 shouldn't clobber any released builds
16-
TAG ?= 0.29
16+
TAG ?= 0.30
1717
REGISTRY ?= quay.io/kubernetes-ingress-controller
1818
ARCH ?= $(shell go env GOARCH)
1919
DOCKER ?= gcloud docker --

images/nginx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This image does provides a default configuration file with no backend servers.
2626
*Using docker*
2727

2828
```console
29-
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.29
29+
docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.30
3030
```
3131

3232
*Creating a replication controller*

images/nginx/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o errexit
1919
set -o nounset
2020
set -o pipefail
2121

22-
export NGINX_VERSION=1.13.6
22+
export NGINX_VERSION=1.13.7
2323
export NDK_VERSION=0.3.0
2424
export VTS_VERSION=0.1.15
2525
export SETMISC_VERSION=0.31
@@ -90,7 +90,7 @@ mkdir --verbose -p "$BUILD_PATH"
9090
cd "$BUILD_PATH"
9191

9292
# download, verify and extract the source files
93-
get_src 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8 \
93+
get_src beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c \
9494
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
9595

9696
get_src 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 \

images/nginx/rc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ spec:
3232
spec:
3333
containers:
3434
- name: nginx
35-
image: quay.io/kubernetes-ingress-controller/nginx:0.29
35+
image: quay.io/kubernetes-ingress-controller/nginx:0.30
3636
ports:
3737
- containerPort: 80

0 commit comments

Comments
 (0)