Skip to content

Commit

Permalink
[HACK] fix download
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schmiedel <[email protected]>
  • Loading branch information
schmiedelm committed Oct 22, 2024
1 parent 03b08cc commit 1f4a4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/functions/general/oci-oras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ function oras_add_param_plain_http() {
}

function oras_add_param_insecure() {
if [[ ${IS_A_RETRY} -gt 0 ]]; then
#if [[ ${IS_A_RETRY} -gt 0 ]]; then
display_alert "Retrying, adding --insecure to ORAS" "ORAS to insecure registry on retry" "warn"
extra_params+=("--insecure")
fi
#fi
}

0 comments on commit 1f4a4fb

Please sign in to comment.