-
Notifications
You must be signed in to change notification settings - Fork 236
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
Host Tekton StepActions on ArtifactHub #3677
Comments
Hi @chitrangpatel 👋 We'd be happy to add support for Tekton StepActions as a new artifact kind. Please take a look at the following links to see how Tekton tasks and pipelines repositories work in Artifact Hub: https://artifacthub.io/docs/topics/repositories/tekton-tasks/ Is there a Tekton StepActions catalog source repository we can take a look at? (i.e. like https://github.com/tektoncd/catalog/tree/main/task and https://github.com/tektoncd/catalog/tree/main/pipeline). |
Thanks for the quick reply @tegioz . We are in the process of adding I will reach out again as soon as we have something there. |
Awesome, thanks! 👍 |
Hi @tegioz we now have a StepAction in our Github Catalog: https://github.com/tektoncd/catalog/tree/main/stepaction/git-clone/0.1 What are the next steps? |
Thanks @chitrangpatel 👍 We'll look into it and add support for this new kind. We'll ping you when it's ready 🙂 |
Thanks @tegioz ! Do you have a prospective timeline on this, just so that we can leave some estimates in our tracking issues. Please let me know if we can do anything to help with this. |
Yes, we'll probably work on this next week 🙂 |
This is mostly ready @chitrangpatel! Quick question: any chance we can have a |
We do not have that currently. I think we will add it before the next release. Any chance we can go ahead without it and add it once we implement it in the Spec? |
Sure, no problem 👍 It'd be great if you could ping us when it's ready and part of a release to improve the StepActions support 🙂 |
Hi @tegioz! |
Hi @chitrangpatel! It looks like no StepActions repositories have been published on https://artifacthub.io yet. I added one to staging to test everything was working fine, but in production ideally this should be done by the owner of the repository so that the UI displays the correct publisher 🙂 You can do it from the AH control panel (if you do it from the Tekton organization much better). Please let me know if you have any problems! |
Tekton Pipelines introduced
StepActions
in v0.54.0. We want to provide a catalog of TektonStepActions
and host them on ArtifactHub like we do for TektonTasks
andPipelines
.What would be required to enable this in ArtifactHub? I was not involved with setting up Tasks and Pipelines so I'd appreciate any help.
cc @vdemeester @afrittoli
The text was updated successfully, but these errors were encountered: