Skip to content

Commit

Permalink
chore: disable TLS verification
Browse files Browse the repository at this point in the history
seems to be necessary with Azure Container Registry
  • Loading branch information
butzist committed Sep 1, 2019
1 parent ad8c338 commit 300f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fi
PARAMS+=("${1:-${SOURCE}}")
PARAMS+=("${2:-${DESTINATION}}")

skopeo copy "${PARAMS[@]}"
skopeo copy --src-tls-verify=false --dest-tls-verify=false "${PARAMS[@]}"

0 comments on commit 300f22c

Please sign in to comment.