Add buildah-manifest-create and buildah-manifest-push Tasks#1351
Conversation
|
/kind feature |
|
/retest |
|
@tektoncd/catalog-maintainers |
|
/retest |
|
/retest |
|
/test pull-catalog-catlin-lint |
|
@afrittoli: No presubmit jobs available for tektoncd/catalog@main DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test pull-catalog-catlin-lint |
|
@dorzel I'm working on fixing the catlin CI job in the new CI environment. Please bear with me until that's done. |
|
/test pull-catalog-catlin-lint |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verify-owners |
|
/verify-owners |
1 similar comment
|
/verify-owners |
|
@dorzel did you accept the invitation ? |
|
Ah wait 16 hours ago, it didn't sync yet, running the sync manually to speed the process. |
|
/verify-owners |
1 similar comment
|
/verify-owners |
|
@vdemeester Got the invitation and accepted, looks good now! |
Changes
Adds two new buildah Tasks related to creating and pushing manifest lists (image indexes).
This is mainly to enable simpler multiarch builds on clusters with nodes of mixed architecture, and to work well with tektoncd/pipeline#8599 in a PipelineRun.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
contains
/kind <type>. Valid types are bug, cleanup, design, documentation,feature, flake, misc, question, tep
File path follows
<kind>/<name>/<version>/name.yamlHas
README.mdat<kind>/<name>/<version>/README.mdHas mandatory
metadata.labels-app.kubernetes.io/versionthe same as the<version>of the resourceHas mandatory
metadata.annotationstekton.dev/pipelines.minVersionmandatory
spec.descriptionfollows the conventionSee the contribution guide for more details.