-
Notifications
You must be signed in to change notification settings - Fork 132
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
Call for a doc on how to use Pipelines with Chains #786
Comments
+1 for this. I think pointing to examples in the catalog is probably a good idea too. |
also fyi: tektoncd/website#530 |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
/assign |
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In 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. |
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes tektoncd#786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
Fixes #786 The doc includes instruction on how to configure a pipeline/task so that Tekton Chains can generate provenance properly. Signed-off-by: Chuang Wang <chuangw@google.com>
One important step before using Chains is to write a Tekton Pipeline/Task and make sure the source artifacts being used and output artifacts being generated can be captured by Tekton Chains.
In Chains, currently there is no dedicated doc telling users how to write appropriate Tekton Pipeline/Task yamls. Type hinting sections attempt to do that but it's spreading across the 2 docs config.md and intoto.md.
So it would be great to have a dedicated doc telling users how to use Pipeline with Chains.
Proposal:
intoto.md
itself: This doc should focus on SLSA provenance itself i.e. slsa brand, formatting etc. I am open for ideas.using_with_Tekton_Pipelines.md
: This doc should focus on how to use Tekton Pipelines with Tekton Chains.The text was updated successfully, but these errors were encountered: