Skip to content

Commit 62063a3

Browse files
Updated README for NGINX + Agent docker image builder (#136)
* Added API Connectivity Manager 1.5.0 support * Ownership fix * Startup script fix * NGINX App Protect WAF updates * Tested with NGINX Instance Manager 2.9.1 * Added docker-compose support * Tested with NGINX Instance Manager 2.10.0 and Security Monitoring 1.4.0 * Tested with NGINX Instance Manager 2.10.0 and API Connectivity Manager 1.5.0 * Tested with API Connectivity Manager 1.6.0 * Tested with API Connectivity Manager 1.6.0 * README updated * Added support for NGINX Instance Manager 2.10.1 and App Delivery Manager 4.0.0 * Fixed NGINX App Protect detection bug for NGINX Instance Manager 2.10.0+ * Fixed agent syslog receiver bug * README updated * Tested with NGINX Instance Manager 2.11.0 and Security Monitoring 1.5.0 * Tested with NGINX Instance Manager 2.11.0 * Tested with NGINX API Connectivity Manager 1.7.0 * Tested with NGINX Instance Manager 2.12.0 and Security Monitoring 1.6.0 * Tested with API Connectivity Manager 1.8.0 * Tested with API Connectivity Manager 1.8.0 * Tested with NGINX Instance Manager 2.12.0 * Dockerfile updated * Support for NGINX Instance Manager 2.13 * Tested with NGINX Instance Manager 2.13 * Tested with NIM 2.14.0 and SM 1.7.0 * Tested with NIM 2.14.0 and SM 1.7.0 * Tested with NGINX Instance Manager 2.14.0 * Tested with NGINX Instance Manager 2.14.0 * Tested with NGINX App Protect compiler v4.583.0 * Start script updated * Advanced metrics support added * Advanced metrics support added * Removed Application Delivery Manger, tested with NGINX Instance Manager 2.15.0 * Removed devportal, tested with NGINX Instance Manager 2.15.0 * Removed API Connectivity Manager * Dockerfile and container start updated * Dockerfile and container start updated * README updated --------- Signed-off-by: 65397 <[email protected]>
1 parent 64dd735 commit 62063a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nginx-agent-docker/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ This repository has been tested with NGINX agent for:
1515

1616
- Linux host running Docker to build the image
1717
- NGINX Plus license
18-
- A running [NGINX Instance Manager](https://docs.nginx.com/nginx-instance-manager/) instance
19-
- [API Connectivity Manager](https://docs.nginx.com/nginx-management-suite/acm/about/architecture/) if building with support for Developer Portal
18+
- One of
19+
- [NGINX Instance Manager](https://docs.nginx.com/nginx-instance-manager/)
20+
- [NGINX One Cloud Console](https://docs.nginx.com/nginx-one/)
2021
- Openshift/Kubernetes cluster
2122

2223
## Building the docker image
@@ -68,7 +69,8 @@ the build script will push the image to your private registry once build is comp
6869

6970
1. Edit `manifests/1.nginx-nim.yaml` and specify the correct image by modifying the `image:` line, and set the following environment variables. Default values for `NIM_HOST` and `NIM_GRPC_PORT` can be used if NGINX Instance Manager is deployed using https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-nms-docker
7071
- `NIM_HOST` - NGINX Instance Manager hostname/IP address
71-
- `NIM_GRPC_PORT` - NGINX Instance Manager gRPC port.
72+
- `NIM_GRPC_PORT` - NGINX Instance Manager gRPC port
73+
- `NIM_TOKEN` - NGINX One Cloud Console authentication token
7274
- `NIM_INSTANCEGROUP` - instance group for the NGINX instance
7375
- `NIM_TAGS` - comma separated list of tags for the NGINX instance
7476
- `NIM_ADVANCED_METRICS` - set to `"true"` to enable advanced metrics collection

0 commit comments

Comments
 (0)