nginxinc / docker-nginx-controller

Docker support for NGINX Controller Agent in Containers
Apache License 2.0
29 stars 26 forks source link

feature: parametrizing nplus version in nap enabled examples #37

Closed luk90 closed 3 years ago

luk90 commented 3 years ago

Installing specific version of NAP depending on NGINX_PLUS_VERSION parameter. Feature works in Debian and Centos examples. For Ubuntu, always newest N+ and NAP are installed as older ones don't support Ubuntu OS. When trying to install N+ version not supported by NAP, error is returned.

apasyniuk commented 3 years ago

Add to README.md information about the supported version of nap for specific os, and for nap ubuntu add hard error that only 23 version is supported.