8000 update docs · nginx/kubernetes-ingress@9a8a084 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a8a084

Browse files
committed
update docs
1 parent 67d94cd commit 9a8a084

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs-web/app-protect/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Take the steps below to create the Docker image that you'll use to deploy NGINX
2323
In order to do so, place the `*.crt` file in the build folder and uncomment the lines that follow this comment:
2424
`#Uncomment the lines below if you want to install a custom CA certificate`
2525

26+
**Note**: In the event of a patch version of NGINX Plus being [released](/nginx/releases/), make sure to rebuild your image to get the latest version. The Dockerfile will use the latest available version of the [Attack Signatures](/nginx-app-protect/configuration/#attack-signatures) and [Threat Campaigns](/nginx-app-protect/configuration/#threat-campaigns) packages at the time of build. If your system is caching the Docker layers and not updating the packages, add `DOCKER_BUILD_OPTIONS="--no-cache"` to the `make` command.
27+
2628
- [Push the image to your local Docker registry](/nginx-ingress-controller/installation/building-ingress-controller-image/#building-the-image-and-pushing-it-to-the-private-registry).
2729

2830
## Install the Ingress Controller

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We build the image using the make utility and the provided `Makefile`. Let’s c
5555
5656
As a result, the image **myregistry.example.com/nginx-plus-ingress:1.11.3** is built. Note that the tag `1.11.3` comes from the `VERSION` variable, defined in the Makefile.
5757
58-
**Note**: In the event of a patch version of NGINX Plus being [released](/nginx/releases/), make sure to rebuild your image to get the latest version. If your system is caching the Docker layers, add `DOCKER_BUILD_OPTIONS="--no-cache"` to the `make` command.
58+
**Note**: In the event of a patch version of NGINX Plus being [released](/nginx/releases/), make sure to rebuild your image to get the latest version. If your system is caching the Docker layers and not updating the packages, add `DOCKER_BUILD_OPTIONS="--no-cache"` to the `make` command.
5959
6060
1. Push the image:
6161
```

0 commit comments

Comments
 (0)
0