From 0195edd24a2fe7268838f8f144e40913adf65eb1 Mon Sep 17 00:00:00 2001 From: Hisham Date: Fri, 30 Jul 2021 16:09:18 +1000 Subject: [PATCH] set default in dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c1e0f3f..b1d319d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,8 @@ EXPOSE 8082 ENV REGISTRIES="k8s.gcr.io gcr.io quay.io" # A space delimited list of registry:user:password to inject authentication for ENV AUTH_REGISTRIES="some.authenticated.registry:oneuser:onepassword another.registry:user:password" +# A space delimited list of domain=IP1,IP2 to inject upstream -> server mapping for +ENV UPSTREAM_MAPPINGS="" # Should we verify upstream's certificates? Default to true. ENV VERIFY_SSL="true" # Enable debugging mode; this inserts mitmproxy/mitmweb between the CONNECT proxy and the caching layer