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

1119 Commits

Author SHA1 Message Date
PuneetPunamiya
7de48b21ca Fix name in nexus-lifecycle-scan manifest to match the directory name
Signed-off-by: Puneet Punamiya ppunamiy@redhat.com
2022-08-26 18:51:58 +02:00
David Bendory
028785cf8e Remove @sbwsg -- account deleted. 2022-08-26 14:43:56 +02:00
PuneetPunamiya
86d844dbc6 Fixes installations instructions in readme
Signed-off-by: Puneet Punamiya ppunamiy@redhat.com
2022-08-25 08:15:56 +02:00
Shubham
e91c9135db [git-clone] Update docs, etc for nonroot user
This commit updates the docs, samples and tests required to run this
task as a non-root user.

Fix #1044
2022-08-18 18:45:53 +02:00
Shubham
231510b324 Update userHome value to /tekton/home 2022-08-18 18:45:53 +02:00
David Bendory
a09ac08896 Cleanup and enhance pull_request_template. 2022-08-17 16:37:52 +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
David Bendory
ef32a32333 List gcloud task in all relevant categories. 2022-08-10 19:18:49 +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
c5b2152ad8 Make tkn task run as nonroot 2022-08-10 08:40:49 +01:00
Shubham
20d11165b9 Copy task tkn from 0.3 to 0.4 2022-08-10 08:40:49 +01:00
Shubham
5154298489 Bump skopeo image to the latest version 2022-08-10 08:40:49 +01:00
Shubham
d8da556fec Make skopeo-copy task run as nonroot 2022-08-10 08:40:49 +01:00
Shubham
1d1165ea41 Copy task skopeo-copy from 0.1 to 0.2 2022-08-10 08:40:49 +01:00
Shubham
de1558e533 Make kn-apply task run as nonroot 2022-08-10 08:40:49 +01:00
Shubham
9000c8ad63 Copy task kn-apply from 0.1 to 0.2 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
Shubham
b90b17340e Make git-clone task run as nonroot 2022-08-10 08:40:49 +01:00
Shubham
664cdd61c8 Copy task git-clone from 0.7 to 0.8 2022-08-10 08:40:49 +01:00
David Bendory
6075e728fe Add Googlers as OWNERS of gcloud task. 2022-08-09 14:34:49 +01:00
David Bendory
625c64e7e7 Cleanup: there are no expected meaningful changes.
- Most changes are grammar nits or fixes to typos.
- I cleaned up whitespace while I was here.
2022-08-09 12:34:48 +01:00
Zbynek Roubalik
6915b81a50 option to provide container registry credentials in a workspace
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-08-09 10:46:49 +01:00
Zbynek Roubalik
9a80a5fc76 option to provide container registry credentials in a workspace
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
2022-08-09 08:34:49 +01:00
David Bendory
0ac7d18bf8 Add gcloud v0.3. 2022-08-09 05:24:49 +01:00
vinamra28
39f0714a52 Suffix version in orka-init tests
Orka-init's both versions tests were using the same name of ClusterRole
and ClusterRoleBinding. Because of this, while running tests if any of
the version's tests gets completed, the resources are pruned which can
cause trouble for other Task.

Suffixing the version in the name of ClusterRole and ClusterRoleBinding

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-08-08 06:22:50 +01:00
David Bendory
a216c027b0 Fixed typo: kubect --> kubectl. 2022-08-06 07:26:47 +01:00
bigspotteddog
d3c108a3c4 Add sonatype nexus lifecycle scan task. 2022-08-03 02:57:34 +01:00
jkomoda
129c3a0fb6 orka-init 0.2 changes 2022-08-03 02:43:36 +01:00
Andrew Smithson
315aec7c0b Support multiple build parameters 2022-08-01 15:55:34 +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
Kevin Hensel
52194d8885 Updated git-cli task to fix nonroot user support 2022-07-27 18:03:31 +01:00
jkomoda
783b4fe7d2 added tekton.dev annotations and fixed shellcheck lint error 2022-07-16 07:01:49 +01:00
jkomoda
e0d189ffe4 rename build-audiokit-pipeline.yaml to build-calcupad-pipeline.yaml 2022-07-16 07:01:49 +01:00
jkomoda
051fa14fdf orka-full 0.2 changes 2022-07-16 07:01:49 +01:00
jkomoda
8276d2394c Copy task orka-full from 0.1 to 0.2 2022-07-16 07:01:49 +01:00
David Bendory
80f4dc10ab Update README.md
Fix typo: `goland` --> `golang`.
2022-07-13 04:35:27 +01:00
Brad Beck
d9183e36f0 Update task buildpacks to be chains compatible
Signed-off-by: Brad Beck <bradley.beck@gmail.com>
2022-07-12 11:45:21 +01:00
Brad Beck
a00431e6eb Copy task buildpacks from 0.4 to 0.5
Signed-off-by: Brad Beck <bradley.beck@gmail.com>
2022-07-12 11:45:21 +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
Kumar-Abhishek
b8383a8391 bugfix: apply multi-arched python image
The task was using python:3.10.1-alpine3.15 x86 image only. Removing sha256 value to get images for respective platforms (pp64le, s390x).
2022-07-04 16:45:04 +01:00
savitaashture
ded536ef46 Update readme on how to use ssl-ca-directory workspace for 0.5 and 0.6 git-clone 2022-06-29 04:32:38 +01:00
savitaashture
e4e2f1b9ed Added samples for ssl-ca-directory 2022-06-29 04:23:40 +01:00
savitaashture
ee66a1d12d Update git-clone task to fix custom CAs for https and bump to 0.7 version 2022-06-27 12:10:37 +01:00
Jimmy Jones
11030b03f4 Merge into single step and add IMAGE_URL result to make Tekton Chains friendly 2022-06-27 10:12:37 +01:00