You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update nginx plus image builds to use nginx plus base images (#449)
* refactor: simplify docker build process
This change does the following:
* Migrates to using the official NGINX Plus Docker
images as base images
* Removes the distinction between BuildKit and non-BuildKit
builds for Plus images (OSS never had this)
* Adds support for license validation for Plus images
* Introduces a multi-stage build for Plus images
Signed-off-by: Elijah Zupancic <[email protected]>
* chore: remove deprecated version parameter from docker-compose.yaml
Signed-off-by: Elijah Zupancic <[email protected]>
* fix: use nginx version reported by binary instead of env var
By using the version reported by NGINX rather than the environment variable
it allows for a more reliable setting and less complexity.
Signed-off-by: Elijah Zupancic <[email protected]>
---------
Signed-off-by: Elijah Zupancic <[email protected]>
# We create an NGINX Plus image based on the official NGINX Plus Dockerfiles (https://gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5) and modify it by:
30
-
# 1. Explicitly installing the version of njs coded in the environment variable above.
0 commit comments