1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-25 06:17:50 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Quan Zhang
e294e1246b [TEP-0110] Update Tekton Catalog installation instructions
Prior to this change, the installation instructions directly use the resource urls in the Catalog repo, which results in tight coupling between the organization and how users fetch resources (as described in TEP-0110). This commit updates the installation guide to install Tekton Catalog resources via Tekton Hub Api: https://github.com/tektoncd/hub/pull/539

This change decouples the Tekton Catalog organization from resouces resolution, which enables Tekton Catalog reorganization.
2022-08-16 16:25:52 +01:00
Brad Beck
bcb227b61e Update buildpacks to work with Pipeline v0.36.0
The recent update to Tekton Pipeline v0.36.0 (https://github.com/tektoncd/pipeline/releases/tag/v0.36.0) appears to cause an error when executing the build tasks in the buildpacks pipeline.

This change removes task parameters that should be automatically propagated when using Pipeline v0.36.0+

Signed-off-by: Brad Beck <bradley.beck@gmail.com>
2022-07-07 09:25:07 +01:00
Brad Beck
6f12d26d6c Copy buildpacks from 0.1 to 0.2
Signed-off-by: Brad Beck <bradley.beck@gmail.com>
2022-07-07 09:25:07 +01:00
Yulia Gaponenko
f4708d478e Add linux/amd64 platform annotation to the rest of the tasks
At this moment all tasks which can be executed on linux/s390x or
linux/ppc64le are tested and labelled accordingly.
The rest of the tasks can be labelled as `linux/amd64`, which
is default platform and where tasks are already tested via
default PR testing cycle.

Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
2021-10-29 17:08:38 +01:00
Javier Romero
ccfc9c5a9e Add pipeline/buildpacks/0.1
These changes introduce the Buildpacks Pipeline. This pipeline
builds source into a container image using Cloud Native Buildpacks.
To do that, it uses builders to run buildpacks against your application source.

It relies on git-clone, buildpacks, and buildpacks-phases tasks to perform
it's tasks.

Signed-off-by: Javier Romero <rjavier@vmware.com>
2021-07-03 09:49:07 +01:00