Skip to content

Commit

Permalink
Update NGINX Plus version to R21
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Marrero authored and Rulox committed Apr 14, 2020
1 parent 2ca15ee commit c16942b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/DockerfileForPlus
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM debian:buster-slim AS base

LABEL maintainer="NGINX Docker Maintainers <[email protected]>"

ENV NGINX_PLUS_VERSION 20-1~buster
ENV NGINX_PLUS_VERSION 21-1~buster
ARG IC_VERSION

# Download certificate and key from the customer portal (https://cs.nginx.com)
Expand Down
4 changes: 2 additions & 2 deletions build/DockerfileWithOpentracingForPlus
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN set -x \
FROM debian:buster-slim AS base
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"

ENV NGINX_PLUS_VERSION 20-1~buster
ENV NGINX_OPENTRACING_MODULE_VERSION 20+0.9.0-1~buster
ENV NGINX_PLUS_VERSION 21-1~buster
ENV NGINX_OPENTRACING_MODULE_VERSION 21+0.9.0-1~buster

ARG IC_VERSION

Expand Down
2 changes: 1 addition & 1 deletion build/openshift/DockerfileForPlus
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 <[email protected]>" \
vendor="NGINX Inc <[email protected]>"

ENV NGINX_PLUS_VERSION 20-1.el8.ngx
ENV NGINX_PLUS_VERSION 21-1.el8.ngx
ARG IC_VERSION

# Download certificate and key from the customer portal (https://cs.nginx.com)
Expand Down

0 comments on commit c16942b

Please sign in to comment.