Categorygithub.com/mattmoor/pipeline
module
0.9.2
Repository: https://github.com/mattmoor/pipeline.git
Documentation: pkg.go.dev

# README

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

VersionDocsExamples
HEADDocs @ HEADExamples @ HEAD
v0.9.0Docs @ v0.9.0Examples @ v0.9.0
v0.8.0Docs @ v0.8.0Examples @ v0.8.0
v0.7.0Docs @ v0.7.0Examples @ v0.7.0
v0.6.0Docs @ v0.6.0Examples @ v0.6.0
v0.5.2Docs @ v0.5.2Examples @ v0.5.2
v0.5.1Docs @ v0.5.1Examples @ v0.5.1
v0.5.0Docs @ v0.5.0Examples @ v0.5.0
v0.4.0Docs @ v0.4.0Examples @ v0.4.0
v0.3.1Docs @ v0.3.1Examples @ v0.3.1
v0.3.0Docs @ v0.3.0Examples @ v0.3.0
v0.2.0Docs @ v0.2.0Examples @ v0.2.0
v0.1.0Docs @ v0.1.0Examples @ 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!

# Packages

No description provided by the author
No description provided by the author
Poll Pipeline resources After creating Pipeline resources or making changes to them, you will need to wait for the system to realize those changes.