Generate multi-arch image manifests
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
16594d72d5
commit
1d40cd2059
5 changed files with 90 additions and 1 deletions
2
push-all
2
push-all
|
@ -15,7 +15,7 @@ echo "=== Pushing images to $registry"
|
|||
for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
|
||||
file=$(echo "$releases_json" | jq -r ".\"$attr\"")
|
||||
src=docker-archive://$file
|
||||
dst=docker://$registry/$image_prefix/$attr:$image_tag
|
||||
dst=docker://$registry/$image_prefix/$attr:${image_tag}-${system_name}
|
||||
echo "--- attr=$attr src=$src dst=$dst"
|
||||
skopeo copy --insecure-policy "$src" "$dst"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue