Knative Build is an open-source project that provides an implementation of the Build CRD that runs Builds on-cluster.
It's not a complete standalone product that could be used for CI/CD. Think of it as a building block to facilitate the expression of Builds as part of larger systems.
This repository contains a list of tutorials to get started with Knative Build.
Learn how to install Knative Build, run a simple Build and inspect its result.
Learn how to build a Docker image from a Dockerfile, using Kaniko.
Learn how to build a Spring Boot application without Docker, using Jib.