diff --git a/Dockerfile.plus b/Dockerfile.plus index ba12250..2a4a608 100644 --- a/Dockerfile.plus +++ b/Dockerfile.plus @@ -24,13 +24,13 @@ ENV DIRECTORY_LISTING_PATH_PREFIX="" ENV STRIP_LEADING_DIRECTORY_PATH="" ENV PREFIX_LEADING_DIRECTORY_PATH="" -# We create an NGINX Plus based on the official NGINX Plus Dockerfiles (https://gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5) and modify it by: +# We create an NGINX Plus image based on the official NGINX Plus Dockerfiles (https://gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5) and modify it by: # 1. Explicitly installing the version of njs coded in the environment variable above. # 2. Adding configuration files needed for proxying private S3 buckets. # 3. Adding a directory for proxied objects to be stored. # 4. Adding the entrypoint scripts found in the base NGINX OSS Docker image with a modified version that explicitly sets resolvers. -# Download your NGINX license certificate and key from the F5 customer portal (https://account.f5.com) and copy to the build context +# Download your NGINX license certificate and key from the F5 customer portal (https://account.f5.com) and copy them to the build context RUN --mount=type=secret,id=nginx-crt,dst=nginx-repo.crt \ --mount=type=secret,id=nginx-key,dst=nginx-repo.key \ set -x \