forked from github-mirror/docker-nixpkgs
skopeo: use insecure-policy
Not sure what this is about, but it prevents me from pushing.
This commit is contained in:
2
push-all
2
push-all
@@ -16,7 +16,7 @@ for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
|
|||||||
src=docker-archive://$file
|
src=docker-archive://$file
|
||||||
dst=docker://$registry/$image_prefix/$attr:$image_tag
|
dst=docker://$registry/$image_prefix/$attr:$image_tag
|
||||||
echo "--- attr=$attr src=$src dst=$dst"
|
echo "--- attr=$attr src=$src dst=$dst"
|
||||||
skopeo copy "$src" "$dst"
|
skopeo copy --insecure-policy "$src" "$dst"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo OK
|
echo OK
|
||||||
|
|||||||
Reference in New Issue
Block a user