buildpacks / tekton-integration

Buildpacks + Tekton
22 stars 3 forks source link
buildpacks cloud-native-buildpacks tekton

Tekton Integration

The purpose of this repository is to provide the means for testing and developing the integration between Tekton and Cloud Native Buildpack's Lifecycle.

Pipeline

Pipeline Source Description
buildpacks next (dev) · catalog (TBD) Builds an application image from source stored in git.

Tasks

Task Source Description
buildpacks next (dev) · catalog Improved performance by executing entire build in the least amount of containers.
buildpacks-phases next (dev) · catalog Improved security by isolating build phases to individual containers.

Samples

There are a few samples through out this repo. Most require some bootstraping hence there are two scripts to assist in executing the samples.

Prerequisites
Run
./scripts/sample-run.sh <path/to/sample.yaml> <image-name>

Additional options (using tkn):

Cleanup
./scripts/sample-cleanup.sh <path/to/sample.yaml>

Support

The Buildpacks Community is always here to help.

We can be found in our discussion board or slack (#tekton).

Contributing

We ❤ contributions.