Skip to content

Commit 0195edd

Browse files
HishamHisham
authored andcommitted
set default in dockerfile
1 parent 9f1054a commit 0195edd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ EXPOSE 8082
6363
ENV REGISTRIES="k8s.gcr.io gcr.io quay.io"
6464
# A space delimited list of registry:user:password to inject authentication for
6565
ENV AUTH_REGISTRIES="some.authenticated.registry:oneuser:onepassword another.registry:user:password"
66+
# A space delimited list of domain=IP1,IP2 to inject upstream -> server mapping for
67+
ENV UPSTREAM_MAPPINGS=""
6668
# Should we verify upstream's certificates? Default to true.
6769
ENV VERIFY_SSL="true"
6870
# Enable debugging mode; this inserts mitmproxy/mitmweb between the CONNECT proxy and the caching layer

0 commit comments

Comments
 (0)