Skip to content

Commit

Permalink
Add missing proxy cache env vars to buildkit.plus image
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Zupancic <[email protected]>
  • Loading branch information
dekobon committed Dec 14, 2022
1 parent 8366ab8 commit 41645a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.buildkit.plus
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ENV NGINX_VERSION 1.23.2
ENV NJS_VERSION 28+0.7.9-1
ENV XSLT_VERSION 28-1

ENV PROXY_CACHE_VALID_OK "1h"
ENV PROXY_CACHE_VALID_NOTFOUND "1m"
ENV PROXY_CACHE_VALID_FORBIDDEN "30s"

COPY plus/usr /usr

# Copy files from the OSS NGINX Docker container such that the container
Expand Down

0 comments on commit 41645a0

Please sign in to comment.