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

Include Tekton Bundle URL in resource version object #584

Closed
lcarva opened this issue Jul 22, 2022 · 2 comments
Closed

Include Tekton Bundle URL in resource version object #584

lcarva opened this issue Jul 22, 2022 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@lcarva
Copy link

lcarva commented Jul 22, 2022

Feature request

Tekton Tasks from the tektoncd/catalog are packaged as Tekton Bundles available at gcr.io/tekton-releases/catalog/upstream/<task-name>:<task-version>.

Let's include this information in the Tekton Hub API responses whenever the response includes the object representing a certain task version.

Use case

As a developer, I would like to programmatically check if a newer version of the Tekton Bundles I use are available without having to hard-code a particular registry or a special convention.

Ideally, the URL would also include a digest reference, e.g. gcr.io/tekton-releases/catalog/upstream/buildah:0.4@sha256:dc4ab79388521db81ee3f966d63196be12528ebaf8e4a0a00b54384eacaf72ec

@lcarva lcarva added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 22, 2022
@lcarva
Copy link
Author

lcarva commented Jul 22, 2022

Although tektoncd/catalog only publishes bundles for tasks, that's a property of that catalog. It would be ideal to also include the Tekton Bundle URL for pipeline resources.

@lcarva
Copy link
Author

lcarva commented Oct 4, 2022

Given the decision to move away from Tekton Hub (#667), and the lack of interest, let's just close this out.

@lcarva lcarva closed this as completed Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: Done
Development

No branches or pull requests

1 participant