...

/

Using Buildpacks in Tekton Pipelines

Using Buildpacks in Tekton Pipelines

Let's create a Tekton Pipeline by using Buildpacks.

We’ll create a new Pipeline that compiles source code to OCI images using Cloud Native Buildpacks. First, we need a Task that compiles the downloaded source code to an OCI image and then pushes the image to a registry. We’ll install the Task from the Tekton ...