Skip to content

Commit 41645a0

Browse files
committed
Add missing proxy cache env vars to buildkit.plus image
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 8366ab8 commit 41645a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.buildkit.plus

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ ENV NGINX_VERSION 1.23.2
55
ENV NJS_VERSION 28+0.7.9-1
66
ENV XSLT_VERSION 28-1
77

8+
ENV PROXY_CACHE_VALID_OK "1h"
9+
ENV PROXY_CACHE_VALID_NOTFOUND "1m"
10+
ENV PROXY_CACHE_VALID_FORBIDDEN "30s"
11+
812
COPY plus/usr /usr
913

1014
# Copy files from the OSS NGINX Docker container such that the container

0 commit comments

Comments
 (0)