8000 Fix path to ubi based AP Dockerfile in docs · nginx/kubernetes-ingress@5643a07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5643a07

Browse files
authored
Fix path to ubi based AP Dockerfile in docs
Ref: #1090
1 parent 5c74fa5 commit 5643a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-web/installation/building-ingress-controller-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ The **Makefile** contains the following main variables for you to customize (eit
7373
1. `DockerfileWithOpentracingForPlus`, for building a debian-based image with NGINX Plus, [opentracing](https://github.com/opentracing-contrib/nginx-opentracing) module and the [Jaeger](https://www.jaegertracing.io/) tracer.
7474
1. `openshift/Dockerfile`, for building an ubi-based image with NGINX for [Openshift](https://www.openshift.com/) clusters.
7575
1. `openshift/DockerfileForPlus`, for building an ubi-based image with NGINX Plus for [Openshift](https://www.openshift.com/) clusters.
76-
1. `openshift/DockerfileWithAppProtectForPlus `, for building an ubi-based image with NGINX Plus and the [appprotect](/nginx-app-protect/) module for [Openshift](https://www.openshift.com/) clusters.
76+
1. `appprotect/DockerfileWithAppProtectForPlusForOpenShift`, for building an ubi-based image with NGINX Plus and the [appprotect](/nginx-app-protect/) module for [Openshift](https://www.openshift.com/) clusters.
7777
Note: You need to place a file named `rhel_license` containing Your Organization and Activation key in the project root. Example:
7878
```bash
7979
RHEL_ORGANIZATION=1111111
8080
RHEL_ACTIVATION_KEY=your-key
8181
```
82-
1. `appprotect/DockerfileWithAppProtectForPlus `, for building a debian-based image with NGINX Plus and the [appprotect](/nginx-app-protect/) module.
82+
1. `appprotect/DockerfileWithAppProtectForPlus`, for building a debian-based image with NGINX Plus and the [appprotect](/nginx-app-protect/) module.
8383
* **GENERATE_DEFAULT_CERT_AND_KEY** - The Ingress controller requires a certificate and a key for the default HTTP/HTTPS server. You can reference them in a TLS Secret in a command-line argument to the Ingress controller. As an alternative, you can add a file in the PEM format with your certificate and key to the image as `/etc/nginx/secrets/default`. Optionally, you can generate a self-signed certificate and a key during the build process. Set `GENERATE_DEFAULT_CERT_AND_KEY` to `1` to generate a certificate and a key in the `default.pem` file. Note that you must add the `ADD` instruction in the Dockerfile to copy the cert and the key to the image. The default value of `GENERATE_DEFAULT_CERT_AND_KEY` is `0`.
8484
* **DOCKER_BUILD_OPTIONS** -- the [options](https://docs.docker.com/engine/reference/commandline/build/#options) for the `docker build` command. For example, `--pull`.
8585
* **BUILD_IN_CONTAINER** -- By default, to compile the controller we use the [golang](https://hub.docker.com/_/golang/) container that we run as part of the building process. If you want to compile the controller using your local golang environment:

0 commit comments

Comments
 (0)
0