buildkit-tekton icon indicating copy to clipboard operation
buildkit-tekton copied to clipboard

Buildkit frontend to run Tekton objects locally as well as a tkn plugins

Results 36 buildkit-tekton issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 0.37.2 to 0.38.2. Release notes Sourced from github.com/tektoncd/pipeline's releases. Tekton Pipeline release v0.38.2 "Ocicat Ava" -Docs @ v0.38.2 -Examples @ v0.38.2 Installation one-liner kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.38.2/release.yaml...

dependencies
go

Signed-off-by: Vincent Demeester

The idea is to mimic running a `PipelineRun` with a `ServiceAccount` that has some secrets attach. The idea is that setting this would make all steps to have a `/tetkon/home/…`...

enhancement

As of today, using `plain` output (default when no tty) is relatively verbose and hard to read. We could do something closer to dagger's output instead: ![2022-03-30-155004](https://user-images.githubusercontent.com/6508/160850365-dff5a95d-fc05-4a80-9d0e-46db709ac033.png)

enhancement

Make it possible to pass arguments to the build. This would be useful for: - Overidding PipelineRun parameters - Pass secrets, configmap, … - Pass options to the frontend -...

enhancement

Make sure we take into account `PodTemplate` when running Pipelines and Tasks

enhancement

As a non-required check, to see the progress of "support" 😝

enhancement

If we see a `CustomTask` (in a `Pipeline`) how should we *act* ? Should we support some (matrix, …) or just error out ?

question

Create some documentation around how to use `buildkit-tekton` with docker, or buildkit itself, as well as options, shortcomings, …

documentation