-
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
4 changed files
with
954 additions
and
186 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,12 +4,12 @@ FROM debian:stretch-slim as base | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV APPPROTECT_MODULE_VERSION 22+3.90.2-1~stretch | ||
ENV APPPROTECT_PLUGIN_VERSION 3.90.2-1~stretch | ||
ENV APPPROTECT_ENGINE_VERSION 4.1.1-1~stretch | ||
ENV APPPROTECT_COMPILER_VERSION 4.1.1-1~stretch | ||
ENV APPPROTECT_SIG_VERSION 2020.07.17-1~stretch | ||
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2020.07.09-1~stretch | ||
ENV APPPROTECT_MODULE_VERSION 22+3.158.1-1~stretch | ||
ENV APPPROTECT_PLUGIN_VERSION 3.158.1-1~stretch | ||
ENV APPPROTECT_ENGINE_VERSION 4.23.3-1~stretch | ||
ENV APPPROTECT_COMPILER_VERSION 4.23.3-1~stretch | ||
ENV APPPROTECT_SIG_VERSION 2020.09.03-1~stretch | ||
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2020.09.01-1~stretch | ||
ENV NGINX_PLUS_VERSION 22-1~stretch | ||
ENV NGINX_PLUS_RELEASE R22 | ||
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,12 +9,12 @@ LABEL name="NGINX Ingress Controller" \ | |
maintainer="NGINX Docker Maintainers <[email protected]>" \ | ||
vendor="NGINX Inc <[email protected]>" | ||
|
||
ENV APPPROTECT_MODULE_VERSION 22+3.90.2-1.el7.ngx | ||
ENV APPPROTECT_PLUGIN_VERSION 3.90.2-1.el7.ngx | ||
ENV APPPROTECT_ENGINE_VERSION 4.1.1-1.el7.ngx | ||
ENV APPPROTECT_COMPILER_VERSION 4.1.1-1.el7.ngx | ||
ENV APPPROTECT_SIG_VERSION 2020.07.17-1.el7.ngx | ||
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2020.07.09-1.el7.ngx | ||
ENV APPPROTECT_MODULE_VERSION 22+3.158.1-1.el7.ngx | ||
ENV APPPROTECT_PLUGIN_VERSION 3.158.1-1.el7.ngx | ||
ENV APPPROTECT_ENGINE_VERSION 4.23.3-1.el7.ngx | ||
ENV APPPROTECT_COMPILER_VERSION 4.23.3-1.el7.ngx | ||
ENV APPPROTECT_SIG_VERSION 2020.09.03-1.el7.ngx | ||
ENV APPPROTECT_THREAT_CAMPAIGNS_VERSION 2020.09.01-1.el7.ngx | ||
ENV NGINX_PLUS_VERSION 22-1.el7.ngx | ||
ARG IC_VERSION | ||
|
||
|
Oops, something went wrong.