1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-12-02 06:52:15 +00:00
Commit Graph

436 Commits

Author SHA1 Message Date
Vincent Demeester
37c37e794b kaniko: use IMAGE param instead of ImageResource 🐐
… And use results to store the image digest

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-04-01 05:55:58 -05:00
Vincent Demeester
b0abafc402 buildah: use IMAGE param instead of ImageResource 🐐
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-04-01 05:55:58 -05:00
Kamesh Sampath
24836b2269 Add optional input resource of type git
The input resource could be used when need to apply
manifest from sources

Fixes #239

Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
2020-03-31 03:10:58 -05:00
savitaashture
e6323bbcb2 Update kn task for worspace to deploy successfully 2020-03-26 06:41:54 -05:00
savitaashture
a3d1a55d34 Add pipeline and pipelinerun for golang 2020-03-24 07:08:52 -05:00
Vincent Demeester
270c8330d3 Use latest for kaniko task 😅
The version can be pinned by using the `BUILDER_IMAGE` parameter.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-23 11:34:53 -05:00
Vincent Demeester
a3f2ee24aa Add -x to be able to debug what is happening
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-23 08:11:52 -05:00
Vincent Demeester
074ddecbb9 Force using v0.11.0-rc2 yaml for the v1beta1 branch
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-23 08:11:52 -05:00
vinamra28
86f50bc6f4 Add Proxies and use Script for maven tasks
Signed-off-by: vinamra28 <vinjain@redhat.com>
2020-03-20 03:19:51 -05:00
Cameron Braid
d5bf0f7511 the removed line fails if a checkout hasn't yet happened 2020-03-19 04:27:51 -05:00
Scott
cb0b901f64 Add a Tekton version info to the git-clone README
The version of the `git-clone` task on the master branch of the catalog is only compatible with 0.11-rc1 and above because I modified it to start using Task Results.  We've got stuff in the works related to versioning of the catalog but at the very least this version info should be documented.

This PR adds version information to the README so that at least we have this documented somewhere.
2020-03-19 03:49:51 -05:00
joachimprinzbach
f22332e9ff Add --format option to buildah task
Adds support for using buildah with non oci compliant registries, closes #221
2020-03-16 03:42:50 -05:00
akihikokuroda
5e71cc4e71 Github Enterprise support for github tasks 2020-03-12 07:59:48 -05:00
Andrea Frittoli
91665973ac Update the pullrequest image
The pull request image was updated in v0.11.0-rc2, update it here
too for consistency.
2020-03-11 11:20:49 -05:00
Vincent Demeester
a77332548a golang: use workspace instead of GitResource 🐐
This migrate golang to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
becfdcdab9 terraform-cli: use workspace instead of GitResource 🐐
This migrate terraform-cli to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
5497a5c9c4 Remove GitResources fro maven tests 🐀
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
d308e5c5eb kn: use workspace instead of GitResource 🐐
This migrate kn to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
e3a8044d49 builtkit: use workspace instead of GitResource 🐐
This migrate buildkit to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
e375226c71 makisu: use workspace instead of GitResource 🐐
This migrate makisu to use `workspace` instead of an
input `GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
b5c1545de7 buildkit-daemonless: use workspace instead of GitResource 🐐
This migrate buildkit-daemonless to use `workspace` instead of an
input `GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
f7c13a18dc conftest: use workspace instead of GitResource 🐐
This migrate conftest to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
42494ac624 kaniko: use workspace instead of GitResource 🐐
This migrate kaniko to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
96fbae503b maven: use workspace instead of GitResource 🐐
This migrate maven to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
b4e6060a8c jib-maven: use workspace instead of GitResource 🐐
This migrate jib-maven to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
84bb6d320a jib-gradle: use workspace instead of GitResource 🐐
This migrate jib-gradle to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
a648e990dd Use PipelineRun instead of TaskRun in e2e 📎
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
d25acef68e s2i: use workspace instead of GitResource 🐐
This migrate s2i to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
753032eef9 kubeval: use workspace instead of GitResource 🐐
This migrate kubeval to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
532a862f03 gke-deploy: use workspace instead of GitResource 🐐
This migrate gke-deploy to use `workspace` instead of an input
`GitResource`.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
0d3bea41a5 buildpacks: use workspace instead of GitResource 🐐
This migrate buildpacks to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
6796957fea buildah: use workspace instead of GitResource 🐐
This migrate buildah to use `workspace` instead of an input
`GitResource`.

This also updates e2e tests to use a `Pipeline` in order to clone the
repository in the workspace.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
54b250dc32 Add more *dump* information in case of failure 🦆
Output Tasks, Pipeline, PipelineRun and TaskRun.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Vincent Demeester
8bb6a15942 Update README.md to use v1beta1 😌
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-11 07:43:48 -05:00
Piyush Garg
46bdfaf5aa Run jib-gradle as root
This will fix the issue of task not
working on OpenShift as it needs root access and
by default on OpenShift pod run as nonroot

Fix #198
2020-03-08 23:20:47 -05:00
Christie Wilson
dc6fb43771 Add Task equivlalent of PullRequest PipelineResource ⚗️
With the addition of workspaces and results, we are exploring a world
without PipelineResources! (see
https://github.com/tektoncd/pipeline/issues/1673)

To that end, this commit adds a Task that does the same things as the
PullRequest PipelineResource. It still uses the same underlying image,
pullrequest-init, which is currently built and published as part of the
Tekton Pipelines release, but which one day may be in another repo and
published separately.

This also includes a "sample" which uses the Task to post a comment on
an existing known PR - the only requirement to run it is a secret that
contains a github token.

Part of #95
2020-03-06 09:37:47 -06:00
Vincent Demeester
323e8d05f1 Update README to change inputs/params levels
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 09:01:47 -06:00
Vincent Demeester
cd17f05316 Port gcloud to v1beta1 🐩
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 09:01:47 -06:00
Vincent Demeester
3b482022fa Port tkn to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
a84f232272 Port terraform-cli to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
3468588c8b Port slackmessage to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
c01ff34f08 Port s2i to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
75e7349ef5 Port openwhisk to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
4341bae32d Port openshift-client to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
0702a8e651 Port maven to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
4f36d10784 Port makisu to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
50ebd8b773 Port mail to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
e945211c76 Port kubeval to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
0ddec1f00f Port knctl to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00
Vincent Demeester
0a39c667c8 Port kn to v1beta1 🦇
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2020-03-06 07:49:46 -06:00