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

apply-tags: Tag multi-arch images as expected #1470

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

samdoran
Copy link
Contributor

@samdoran samdoran commented Sep 25, 2024

When copying an image manifest, skopeo by default only copies the image matching the architecture of the system running skopeo. It does not copy the image manifest as expected.

In my testing, adding the --multi-arch all flag on single architecture images works without error.

When copying an image manifest, skopeo by default only copies
the image matching the architecture of the system running skopeo. It
does not copy the image manifest as expected.

In my testing, adding the --multi-arch all flag on single architecture images
works without error.
@samdoran
Copy link
Contributor Author

I fixed the CI failures.

This will fail if any image referenced in the index doesn’t exist. That should
be fine in this scenario since it is only expected to run this task on images
that already exist.
@chmeliik
Copy link
Contributor

/ok-to-test

@chmeliik chmeliik added this pull request to the merge queue Sep 26, 2024
Merged via the queue into konflux-ci:main with commit 109199e Sep 26, 2024
14 checks passed
@samdoran
Copy link
Contributor Author

Thank you for merging!

@samdoran samdoran deleted the apply-tags-multi-arch branch September 26, 2024 18:31
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

Successfully merging this pull request may close these issues.

2 participants