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

18 Commits

Author SHA1 Message Date
PuneetPunamiya
86d844dbc6 Fixes installations instructions in readme
Signed-off-by: Puneet Punamiya ppunamiy@redhat.com
2022-08-25 08:15:56 +02:00
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
Shubham
f99d13e554 Set HOME to /tekton/home for nonroot tasks
In an effort to reduce permissions for certain tasks in #1034, the HOME
directory was either set to `/home/nonroot` or was unchanged. This
caused the tasks to fail when being run under limited permissions as
they could not create `/home/nonroot` or write to `/` in some cases.

This commit follows suit with #860 where HOME is set to `/tekton/home`
so that the task can perform actions in it.
2022-08-16 14:41:52 +01:00
Shubham
8e5ddba069 Change URLs as per new versioning 2022-08-10 08:40:49 +01:00
Shubham
29785b7c3c Make catlin happy 2022-08-10 08:40:49 +01:00
Shubham
00b174ca2a Misc changes for task version bumps 2022-08-10 08:40:49 +01:00
Shubham
c6d91afb61 Update raw links in kn/0.2 2022-08-10 08:40:49 +01:00
Shubham
5e708884f1 Make kn task run as nonroot 2022-08-10 08:40:49 +01:00
Shubham
351bc1a65e Copy task kn from 0.1 to 0.2 2022-08-10 08:40:49 +01:00
Lee Bernick
5e1f510bb4 Use latest release for e2e tests
This commit updates the catalog e2e tests to use the latest Pipelines release.
Because this release removes support for v1alpha1 Task, TaskRun, Pipeline, and
PipelineRun, and the previous release removes support for Conditions, this
commit also updates tests to use up-to-date versions of Tekton CRDs.
It does not update any catalog Tasks or Pipelines.
2022-07-28 03:07:31 +01:00
Yulia Gaponenko
f8b0e19da8 Add platforms annotation to several tasks
Annotation about linux/amd64,linux/s390x,linux/ppc64le and linux/arm64
platforms was added to the latest versions of curl, kn, kn-apply,
sendmail, and generate-build-id tasks.

Annotation about linux/amd64,linux/s390x,linux/ppc64le
platforms was added to the latest version of jib-gradle task.

For several tasks shas of the images were changed from amd64 specific
ones to multi-arch ones.

Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
2021-10-28 10:17:37 +01:00
Matt Moore
062e57e9d8 Fix the README to reflect actual defaults.
Helping a user in Knative slack, I noticed that the documented default on TektonHub (and the catalog) was different from what was actually in the task.  This corrects the README.
2021-09-09 10:13:22 +01:00
PuneetPunamiya
5a3e5f630f Adds category field as an annotation as tekton.dev/categories
- Initially all tags were mapped to categories in Hub,
     for e.g. config.yaml: https://github.com/tektoncd/hub/blob/master/config.yaml,
     so whenever a new tag was added in a task it was mapped to a category called `others`.
     Hence before every release we had to manually map these new tags to some category,
     hence after the discussion in Catalog and Hub WG, a proposal was created for adding
     a category as an annotation.

   - PR to update the TEP-0003-Tekton Catalog Organization: https://github.com/tektoncd/community/pull/352

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2021-07-26 13:15:08 +01:00
Mahdi
280806165c Fix kn-deployer.yaml path. 2021-04-06 07:54:48 +01:00
Vincent Demeester
d93795673c Update self reference from master to main 🧙
And update references to community, pipeline, etc. too.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2021-03-19 11:09:49 +00:00
vinamra28
e6fcc20450 Move supporting files to support dir
Signed-off-by: vinamra28 <vinjain@redhat.com>
2020-10-26 09:03:20 +00:00
Sunil Thaha
b9ddcec4be Make OWNERS own all versions of a resource
Closes: #442
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
2020-07-24 08:46:01 +01:00
pratap0007
28a08e2e41 Modifies kn task according to the new reorg proposal
Changes include:
      - adds version label
      - adds a minimum pipeline versions supported by the task
      - adds tags for task
      - modified description to add a summary

This patch also moves the kn files to the task directory
and modifies the path for install task command in readme file

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00