From 30bc3a73692d453cc80089d8620a24c7603d6e31 Mon Sep 17 00:00:00 2001 From: Eduardo Minguez Perez Date: Tue, 6 Apr 2021 12:32:06 +0200 Subject: [PATCH] Added no_proxy --- get-resource.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/get-resource.sh b/get-resource.sh index 613e157..221f6a8 100755 --- a/get-resource.sh +++ b/get-resource.sh @@ -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