Go to file
2019-11-01 15:26:47 +08:00
.github Actually fix PR template line breaks 2019-09-23 11:00:12 -05:00
cmd Remove cmd/gsutil image 2019-10-31 10:34:27 -05:00
config Remove cmd/gsutil image 2019-10-31 10:34:27 -05:00
docs Update resources.md 2019-10-31 14:21:26 -05:00
examples Change the path used by the image digest exporter to the standard output path structure. 2019-10-29 15:27:26 -05:00
hack Fix nightly script docker push 🤕🐳 2019-08-13 12:24:56 -05:00
images Remove runtime dependency on Build controller (#326) 2018-12-12 16:37:21 -05:00
pkg Remove cmd/gsutil image 2019-10-31 10:34:27 -05:00
tekton Remove cmd/gsutil image 2019-10-31 10:34:27 -05:00
test Exit with a non-zero exit code when we skip a command in the entrypointer. 2019-10-31 10:12:26 -05:00
third_party Make ResourceRef in PipelineResourceBinding consistent with TaskRun 2019-10-31 06:41:26 -05:00
vendor update dep to go mod 2019-11-01 15:24:53 +08:00
.errcheck.txt Fix the last of the lint errors and add lint checking to presubmits. 2019-05-16 10:52:57 -05:00
.gitattributes No kubebuilder (#66) 2018-09-26 16:30:21 -07:00
.gitignore Include vendored source in release-built images 2019-09-20 09:06:11 -05:00
.golangci.yml Disable unparam temporarly as it errors on a generated file 2019-10-25 04:15:24 -05:00
.ko.yaml Remove cmd/gsutil image 2019-10-31 10:34:27 -05:00
.ko.yaml.release Remove cmd/gsutil image 2019-10-31 10:34:27 -05:00
api_compatibility_policy.md deprecation notice of results field for prs and trs 2019-09-05 15:15:06 -05:00
code-of-conduct.md Format markdown 2019-04-29 10:47:52 -05:00
codecov.yml Try go get codecov to ignore generated files 2019-05-06 16:45:54 -05:00
CONTRIBUTING.md Document API change policy 👩 ⚖️ 2019-08-08 13:00:54 -05:00
DEVELOPMENT.md Add docker for desktop and minikube instructions 2019-09-20 06:55:11 -05:00
go.mod update dep to go mod 2019-11-01 15:26:47 +08:00
go.sum update dep to go mod 2019-11-01 15:24:53 +08:00
LICENSE No kubebuilder (#66) 2018-09-26 16:30:21 -07:00
OWNERS Add @sbswg as an owner 😼 2019-08-26 10:01:03 -05:00
pipe.png Update docs such that they can be used in knative/docs 2019-02-01 20:59:38 -08:00
README.md Fix a link 0.7 to 0.8 docs from README.md 2019-10-22 01:21:22 -05:00
roadmap-2019.md Format markdown 2019-03-19 11:48:50 -05:00

pipe Tekton Pipelines

Go Report Card

The Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines.

Tekton Pipelines are Cloud Native:

  • Run on Kubernetes
  • Have Kubernetes clusters as a first class type
  • Use containers as their building blocks

Tekton Pipelines are Decoupled:

  • One Pipeline can be used to deploy to any k8s cluster
  • The Tasks which make up a Pipeline can easily be run in isolation
  • Resources such as git repos can easily be swapped between runs

Tekton Pipelines are Typed:

  • The concept of typed resources means that for a resource such as an Image, implementations can easily be swapped out (e.g. building with kaniko v.s. buildkit)

Want to start using Pipelines

Read the docs

Version Docs Examples
HEAD Docs @ HEAD Examples @ HEAD
v0.8.0 Docs @ v0.8.0 Examples @ v0.8.0
v0.7.0 Docs @ v0.7.0 Examples @ v0.7.0
v0.6.0 Docs @ v0.6.0 Examples @ v0.6.0
v0.5.2 Docs @ v0.5.2 Examples @ v0.5.2
v0.5.1 Docs @ v0.5.1 Examples @ v0.5.1
v0.5.0 Docs @ v0.5.0 Examples @ v0.5.0
v0.4.0 Docs @ v0.4.0 Examples @ v0.4.0
v0.3.1 Docs @ v0.3.1 Examples @ v0.3.1
v0.3.0 Docs @ v0.3.0 Examples @ v0.3.0
v0.2.0 Docs @ v0.2.0 Examples @ v0.2.0
v0.1.0 Docs @ v0.1.0 Examples @ v0.1.0

See our API compatibility policy for info on the stability level of the API.

Want to contribute

We are so excited to have you!