8000 Improve Image build instructions · nginx/kubernetes-ingress@dd2abab · GitHub
[go: up one dir, main page]

Skip to content

Commit dd2abab

Browse files
Improve Image build instructions
In section 3 of the building the image, bolded the NGINX version (FOSS and NGINX Plus) for visibility.
1 parent 5957d0e commit dd2abab

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
@@ -25,15 +25,15 @@ We build the image using the make utility and the provided `Makefile`. Let’s c
2525
```
2626
2727
1. Build the image:
28-
* For NGINX:
28+
* For **NGINX**:
2929
```
3030
$ make PREFIX=myregistry.example.com/nginx-ingress
3131
```
3232
`myregistry.example.com/nginx-ingress` defines the repo in your private registry where the image will be pushed. Substitute that value with the repo in your private registry.
3333
3434
As a result, the image **myregistry.example.com/nginx-ingress:edge** is built and pushed to the registry. Note that the tag `edge` comes from the `VERSION` variable, defined in the Makefile.
3535
36-
* For NGINX Plus, first, make sure that the certificate (`nginx-repo.crt`) and the key (`nginx-repo.key`) of your license are located in the root of the project:
36+
* For **NGINX Plus**, first, make sure that the certificate (`nginx-repo.crt`) and the key (`nginx-repo.key`) of your license are located in the root of the project:
3737
```
3838
$ ls nginx-repo.*
3939
nginx-repo.crt nginx-repo.key

0 commit comments

Comments
 (0)
0