We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8052919 commit dfe8fc3Copy full SHA for dfe8fc3
lib/functions/general/oci-oras.sh
@@ -85,7 +85,7 @@ function run_tool_oras() {
85
display_alert "Running ORAS ${ACTUAL_VERSION}" "HOME='${ORAS_HOME}'; retries='${retries:-1}'; cmdline: $*" "debug"
86
if [[ "${retries:-1}" -gt 1 ]]; then
87
display_alert "Calling ORAS with retries ${retries}" "$*" "debug"
88
- sleep_seconds="30" do_with_retries "${retries}" env -i "HOME=${ORAS_HOME}" "${ORAS_BIN}" "$@"
+ sleep_seconds="30" do_with_retries "${retries}" env -i "HOME=${ORAS_HOME}" "HTTPS_PROXY=${HTTPS_PROXY}" "${ORAS_BIN}" "$@"
89
else
90
# If any parameters passed, call ORAS, otherwise exit. We call it this way (sans-parameters) early to prepare ORAS tooling.
91
if [[ $# -eq 0 ]]; then
0 commit comments