Skip to content

Commit

Permalink
Update NGINX version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LorcanMcVeigh committed Jun 2, 2020
1 parent 4d7a0e6 commit bbce726
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_CONTAINER=golang:latest

FROM nginx:1.17.10 AS base
FROM nginx:1.19.0 AS base

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileForAlpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_CONTAINER=golang:latest

FROM nginx:1.17.10-alpine AS base
FROM nginx:1.19.0-alpine AS base

# forward nginx access and error logs to stdout and stderr of the ingress
# controller process
Expand Down
2 changes: 1 addition & 1 deletion build/DockerfileWithOpentracing
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.17.10
ARG NGINX_VERSION=1.19.0
ARG OPENTRACING_CPP_VERSION=1.5.1
ARG GOLANG_CONTAINER=golang:latest

Expand Down
2 changes: 1 addition & 1 deletion build/openshift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL name="NGINX Ingress Controller" \
maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" \
vendor="NGINX Inc <kubernetes@nginx.com>"

ENV NGINX_VERSION=1.17.10
ENV NGINX_VERSION=1.19.0

RUN set -x \
&& groupadd --system --gid 101 nginx \
Expand Down
8 changes: 4 additions & 4 deletions docs-web/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We provide the following Docker images, which include NGINX/NGINX Plus bundled w

### Images with NGINX

All images include NGINX 1.17.10.
All images include NGINX 1.19.0.
The supported architecture is x86-64.

```eval_rst
Expand All @@ -25,17 +25,17 @@ The supported architecture is x86-64.
- DockerHub image
* - Debian-based image
- ``Dockerfile``
- ``nginx:1.17.10``, which is based on ``debian:buster-slim``
- ``nginx:1.19.0``, which is based on ``debian:buster-slim``
-
- ``nginx/nginx-ingress:1.7.0``
* - Alpine-based image
- ``DockerfileForAlpine``
- ``nginx:1.17.10-alpine``, which is based on ``alpine:3.10``
- ``nginx:1.19.0-alpine``, which is based on ``alpine:3.10``
-
- ``nginx/nginx-ingress:1.7.0-alpine``
* - Debian-based image with Opentracing
- ``DockerfileWithOpentracing``
- ``nginx:1.17.10``, which is based on ``debian:buster-slim``
- ``nginx:1.19.0``, which is based on ``debian:buster-slim``
- OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2
-
* - Ubi-based image
Expand Down

0 comments on commit bbce726

Please sign in to comment.