We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1054a commit 0195eddCopy full SHA for 0195edd
Dockerfile
@@ -63,6 +63,8 @@ EXPOSE 8082
63
ENV REGISTRIES="k8s.gcr.io gcr.io quay.io"
64
# A space delimited list of registry:user:password to inject authentication for
65
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=""
68
# Should we verify upstream's certificates? Default to true.
69
ENV VERIFY_SSL="true"
70
# Enable debugging mode; this inserts mitmproxy/mitmweb between the CONNECT proxy and the caching layer
0 commit comments