GithubHelp home page GithubHelp logo

isabella232 / tektoncd-pipeline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from puppetlabs/tektoncd-pipeline

0.0 0.0 0.0 77.63 MB

A K8s-native Pipeline resource.

Home Page: https://tekton.dev

License: Apache License 2.0

Go 98.77% Shell 0.77% Dockerfile 0.02% Python 0.21% Makefile 0.19% HTML 0.03%

tektoncd-pipeline's Introduction

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

Note that starting from the 0.11 release of Tekton, you need to have a cluster with Kubernetes version 1.16 or later.

Read the docs

Version Docs Examples
HEAD Docs @ HEAD Examples @ HEAD
v0.20.1 Docs @ v0.20.1 Examples @ v0.20.1
v0.20.0 Docs @ v0.20.0 Examples @ v0.20.0
v0.19.0 Docs @ v0.19.0 Examples @ v0.19.0
v0.18.1 Docs @ v0.18.1 Examples @ v0.18.1
v0.18.0 Docs @ v0.18.0 Examples @ v0.18.0
v0.17.3 Docs @ v0.17.3 Examples @ v0.17.3
v0.17.2 Docs @ v0.17.2 Examples @ v0.17.2
v0.17.1 Docs @ v0.17.1 Examples @ v0.17.1
v0.17.0 Docs @ v0.17.0 Examples @ v0.17.0
v0.16.3 Docs @ v0.16.3 Examples @ v0.16.3
v0.16.2 Docs @ v0.16.2 Examples @ v0.16.2
v0.16.1 Docs @ v0.16.1 Examples @ v0.16.1
v0.16.0 Docs @ v0.16.0 Examples @ v0.16.0
v0.15.2 Docs @ v0.15.2 Examples @ v0.15.2
v0.15.1 Docs @ v0.15.1 Examples @ v0.15.1
v0.15.0 Docs @ v0.15.0 Examples @ v0.15.0
v0.14.3 Docs @ v0.14.3 Examples @ v0.14.3
v0.14.2 Docs @ v0.14.2 Examples @ v0.14.2
v0.14.1 Docs @ v0.14.1 Examples @ v0.14.1
v0.14.0 Docs @ v0.14.0 Examples @ v0.14.0
v0.13.2 Docs @ v0.13.2 Examples @ v0.13.2
v0.13.1 Docs @ v0.13.1 Examples @ v0.13.1
v0.13.0 Docs @ v0.13.0 Examples @ v0.13.0
v0.12.1 Docs @ v0.12.1 Examples @ v0.12.1
v0.12.0 Docs @ v0.12.0 Examples @ v0.12.0
v0.11.3 Docs @ v0.11.3 Examples @ v0.11.3
v0.11.2 Docs @ v0.11.2 Examples @ v0.11.2
v0.11.1 Docs @ v0.11.1 Examples @ v0.11.1
v0.11.0 Docs @ v0.11.0 Examples @ v0.11.0
v0.11.0-rc4 Docs @ v0.11.0-rc4 Examples @ v0.11.0-rc4
v0.11.0-rc3 Docs @ v0.11.0-rc3 Examples @ v0.11.0-rc3
v0.11.0-rc2 Docs @ v0.11.0-rc2 Examples @ v0.11.0-rc2
v0.11.0-rc1 Docs @ v0.11.0-rc1 Examples @ v0.11.0-rc1
v0.10.2 Docs @ v0.10.2 Examples @ v0.10.2
v0.10.1 Docs @ v0.10.1 Examples @ v0.10.1
v0.10.0 Docs @ v0.10.0 Examples @ v0.10.0
v0.9.2 Docs @ v0.9.2 Examples @ v0.9.2
v0.9.1 Docs @ v0.9.1 Examples @ v0.9.1
v0.9.0 Docs @ v0.9.0 Examples @ v0.9.0
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.

See our Deprecations table for features that have been deprecated and the earliest date they'll be removed.

Migrating

v1alpha1 to v1beta1

In the move from v1alpha1 to v1beta1 several spec fields and Tekton CRDs were updated or removed .

For users migrating their Tasks and Pipelines from v1alpha1 to v1beta1, check out the spec changes and migration paths.

Want to contribute

We are so excited to have you!

tektoncd-pipeline's People

Contributors

aaron-prindle avatar abayer avatar adrcunha avatar afrittoli avatar barthy1 avatar bobcatfish avatar chmouel avatar danielhelfand avatar dibyom avatar dlorenc avatar elizucker avatar gregdritschler avatar hrishin avatar imjasonh avatar jerop avatar jlpettersson avatar mattmoor avatar mattmoor-sockpuppet avatar nader-ziada avatar othomann avatar piyush-garg avatar pritidesai avatar shashwathi avatar skaegi avatar tejal29 avatar tualeron avatar vdemeester avatar vincent-pli avatar waveywaves avatar wlynch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.