mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
Generate multi-arch image manifests
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user