Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi arch images broken on 2.x #638

Closed
tobiaskohlbau opened this issue Jun 24, 2024 · 1 comment
Closed

multi arch images broken on 2.x #638

tobiaskohlbau opened this issue Jun 24, 2024 · 1 comment

Comments

@tobiaskohlbau
Copy link

In the 2.x branch and respective releases the functionality to create multi arch images is broken due to jq overwriting the first manifest while creating the index manifest.

'.manifests |= [$manifest + {"platform": $platform}]'\

Here the jq command should merge the existing manifest with the newly added one from the image. But instead it overrides the existing one. JQ has an explicit append to array operator += which is better suited in this context.

@thesayyn
Copy link
Collaborator

fixed by #633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants