-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|