Build container images in CI/CD with Tekton and Buildpacks

30 · Red Hat · July 16, 2025, 7:36 a.m.
Summary
This blog post provides a detailed guide on building container images using Buildpacks within a CI/CD workflow with Tekton. It covers setup, configuration, and the execution of Tekton pipelines that automate tasks like cloning a repository, building images, and pushing them to registries. The article emphasizes the security benefits of using isolated processes in the build lifecycle and provides practical YAML resource examples for readers to implement in their own workflows.