Skip to content

Commit

Permalink
Merge pull request #39 from e-minguez/no-proxy
Browse files Browse the repository at this point in the history
Bug 1948513: Add support for no_proxy
  • Loading branch information
openshift-merge-robot committed Apr 12, 2021
2 parents 384a3fe + 30bc3a7 commit 7e9c9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-resource.sh
Expand Up @@ -3,6 +3,7 @@
# Check and set http(s)_proxy. Required for cURL to use a proxy
export http_proxy=${http_proxy:-$HTTP_PROXY}
export https_proxy=${https_proxy:-$HTTPS_PROXY}
export no_proxy=${no_proxy:-$NO_PROXY}
export CURL_CA_BUNDLE=${CURL_CA_BUNDLE:-/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem}

# Which image should we use
Expand Down

0 comments on commit 7e9c9a7

Please sign in to comment.