-
Notifications
You must be signed in to change notification settings - Fork 575
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
Publish catalog to public OCI registry #577
Comments
/kind feature |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
/lifecycle frozen |
Create a pipeline to deploy the catalog to gcr.io. Add a new trigger/template to the CD event listener, and set up a cronjob to trigger nightly. Fixes: tektoncd/catalog#577 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
Create a pipeline to deploy the catalog to gcr.io. Add a new trigger/template to the CD event listener, and set up a cronjob to trigger nightly. Fixes: tektoncd/catalog#577 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
Create a pipeline to deploy the catalog to gcr.io. Add a new trigger/template to the CD event listener, and set up a cronjob to trigger nightly. Fixes: tektoncd/catalog#577 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
I developed a catalog task for this - and the PR for nightly runs is up. This will do a full run of the catalog, one bundle per task, and upload it nightly, with two tags, one the task version, and one the git sha. I already create and example run, so the tasks are actually already there. A second step could be to do this on PR merge, and update only the tasks affected by the PR, however this seemed to be less critical. |
Create a pipeline to deploy the catalog to gcr.io. Add a new trigger/template to the CD event listener, and set up a cronjob to trigger nightly. Fixes: tektoncd/catalog#577 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
Create a pipeline to deploy the catalog to gcr.io. Add a new trigger/template to the CD event listener, and set up a cronjob to trigger nightly. Fixes: tektoncd/catalog#577 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
Create a pipeline to deploy the catalog to gcr.io. Add a new trigger/template to the CD event listener, and set up a cronjob to trigger nightly. Fixes: tektoncd/catalog#577 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
Hi,
with tekton pipelines now supporting Tasks & Pipelines from OCI registries, I think it would be really useful if the tasks in this repository are published to a public OCI registry. Is this planned?
There seems to be an open issue to also support git repos (tektoncd/pipeline#2298) which would make this request obsolete but I´m not sure if or when this will be available.
Thanks Fabian
The text was updated successfully, but these errors were encountered: