Replaced curl with Skopeo for in image functions

This commit is contained in:
Tobias Genannt
2023-03-15 09:13:09 +01:00
parent ed309a15b4
commit fb5bacc4b4
3 changed files with 19 additions and 92 deletions

View File

@@ -4,14 +4,6 @@ source ./build-functions/gh-functions.sh
echo "▶️ $0 $*"
###
# Check for the jq library needed for parsing JSON
###
if ! command -v jq; then
echo "⚠️ jq command missing from \$PATH!"
exit 1
fi
CURL_ARGS=(
--silent
)