Author: Raffael Mendes <raffael.pikachu@gmail.com>
Committer: Raffael Mendes <raffael.pikachu@gmail.com.
Removing the extra white space and adding secret information on the Readme
Author: Raffael Mendes <raffael.pikachu@gmail.com>
Committer: Raffael Mendes <raffael.pikachu@gmail.com>
Removing the pipeline-example form the files
Author: Raffael Mendes <raffael.pikachu@gmail.com>
Squashing the commits after PR Approved
Author: Raffael Mendes <raffael.pikachu@gmail.com>
Fixing identation of the secret yaml and adding the yaml markup
Text and identation fixes
Author: Raffael Mendes <raffael.pikachu@gmail.com>
Although this appears to be the default I just started seeing errors:
invalid input params: param types don't match the user-specified type: [files]
with the following params:
```
params:
- name: files
value: Pipfile
```
Explicitly setting the type resolves this issue so doing that for now.
I'm going to investigate further.
The purpose of this is to provide additional information on _how_ to join Slack and what some of the channels are as described in the contact info section.
Signed-off-by: Javier Romero <jromero@pivotal.io>
* `buildkit` task is updated to use mTLS for connecting to the
`buildkit` daemon `Service`.
This prohibits Dockerfile `RUN` containers from connecting to the daemon.
* `buildkit-daemonless` task is newly added for ease of setting up.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This will update the openshift client task to work
with tekton 0.7.0
Also we dont need the Dockerfile and script further
as the oc binary image is available and with
the support of array type param in tekton 0.7
Changes in doc
Fixes#79
Changes:
1. Renames task `kn-create` to `kn`
2. `kn` task takes a parameter of type array as `ARGS`
3. `kn` task defines a resource of type image as `image`
4. User should reference the `image` as an element of array parameter `ARGS` for e.g. `--image=$(inputs.resources.image.url)`
5. Additional `ClusterRole` for `kn-deployer` account for `revisions` and `routes` resources
6. Adds examples in README.md for creating and updating a Knative Service
7. Adds `kn-image` parameter to task for referencing the kn CLI image to be used, defaults to latest released version of kn image available `gcr.io/knative-releases/github.com/knative/client/cmd/kn`
We are currently using the latest release to run tests on
catalog. This means this fails with 0.7.0 and above.
`containerTemplate` is now `stepTemplate`.
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
This will remove the script used in image for/
openshift client task.
As we are able to provide arguments as string
with tekton pipeline 0.6.0
we dont need script any more, also updated the
Dockerfile, tasks and README accordingly
Conftest is a tool used to validate configuration files using Open
Policy Agent. This commit adds a `Task` spec for using Conftest from
Tekton, along with documentation of the parameters and usage.
The default value of GO11MODULE is auto in golang.
We should allow to change the value, in order to force module support on or off regardless of directory location
Signed-off-by: jtcheng <jtcheng0616@gmail.com>
Adding OpenWhisk Tekton Resources which can be used to serve OpenWhisk actions on Knative.
These changes include an entire workflow of how to run OpenWhisk Actions on Knative,
specifically OpenWhisk NodeJS runtime. It also includes examples such as:
1. Simple Hello World action
2. Hello World action with JSON Payload as Parameters
3. OpenWhisk Action File from a GitHub Repo
4. OpenWhisk Action from a zip file
Kubeval is a tool used to validate Kubernetes configuration against
the upstream object schemas. This commit adds a `Task` spec for using
Kubeval from Tekton, along with documentation of the parameters and usage.