1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Andrea Frittoli
ead476169c New version of tekton catalog publish with labels
Add a new version of the catalog publish step action. This
new version API is backwards compatible, as it adds one new
optional parameter only, `TKN_ARGS`.

The new version includes the following changes:
- latest version of tkn image set by default
- sets two OCI labels org.opencontainers.image.description
  and org.opencontainers.image.version for each resource
- accepts TKN_ARGS which is passed to all resources and
  can be used to set additional OCI labels as well as other
  settings

Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
2024-10-01 12:54:05 +01:00
Chitrang Patel
4af081c6a5 Created StepAction tekton-catalog-publish
Added a StepAction `tekton-catalog-publish` to assist in
publishing the StepAction catalog as a bundle.
2024-03-12 16:29:34 +00:00
Chitrang Patel
5168415df3 Add First StepAction git-clone to the catalog
This PR adds a first StepAction `git-clone` to the
catalog. It is based off the Task but with samples and
tests updated.
2024-03-08 13:39:32 +00:00