- Notifications
You must be signed in to change notification settings - Fork0
A cloud-native Pipeline resource.
License
sel/tekton-pipeline
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Tekton Pipelines project provides k8s-style resources for declaringCI/CD-style pipelines.
Tekton Pipelines areCloud Native:
- Run on Kubernetes
- Have Kubernetes clusters as a first class type
- Use containers as their building blocks
Tekton Pipelines areDecoupled:
- 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 areTyped:
- The concept of typed resources means that for a resource such as an
Image
,implementations can easily be swapped out (e.g. building withkaniko v.s.buildkit)
- Installing Tekton Pipelines
- Jump in withthe "Getting started" tutorial!
- Take a look at ourroadmap
- Discover ourreleases
- Starting from the v0.24.x release of Tekton:Kubernetes version 1.18 or later
- Starting from the v0.27.x release of Tekton:Kubernetes version 1.19 or later
- Starting from the v0.30.x release of Tekton:Kubernetes version 1.20 or later
- Starting from the v0.33.x release of Tekton:Kubernetes version 1.21 or later
- Starting from the v0.39.x release of Tekton:Kubernetes version 1.22 or later
- Starting from the v0.41.x release of Tekton:Kubernetes version 1.23 or later
The latest version of our docs is available at:
Version specific links are available in thereleases page and on theTekton website.
Seeour API compatibility policy for info on thestability level of the API.
Seeour Deprecations table for features that have beendeprecated and the earliest date they'll be removed.
In the move from v1alpha1 to v1beta1 several spec fields and TektonCRDs were updated or removed .
For users migrating their Tasks and Pipelines from v1alpha1 to v1beta1, checkoutthe spec changes and migration paths.
We are so excited to have you!
- SeeCONTRIBUTING.md for an overview of our processes
- SeeDEVELOPMENT.md for how to get started
- Deep dive into demystifying the inner workings(advanced reading material)
- Look at ourgood first issuesand ourhelp wanted issues
About
A cloud-native Pipeline resource.
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages0
Languages
- Go99.1%
- Other0.9%