https://access.redhat.com/articles/3544051
Add lines below to the Clair config
env:
- name: HTTP_PROXY
value: "http://{ PROXY_IP }:3128"
- name: HTTPS_PROXY
value: "https://{ PROXY_IP }:3128"
- name: NO_PROXY
value: "{ QUAY_ENDPOINT_URL }"
This allows Clair to hit up the Quay Enterprise endpoint directly (no_proxy) and leverage the proxy for fetching the CVEs.
Caps are important in env variables for Clair config!
Comments
1 comment
proxyconnect tcp: tls: first record does not look like a TLS handshake
Please sign in to leave a comment.