The OpenShift Builder container image drives OpenShift's Builds using BuildConfig, leveraging Buildah and Source-To-Image to turn source code into images that can be deployed on Kubernetes. The container image also handles the lifecycle of the build, from obtaining source code to pushing the output image to a container registry.
Much of the work here and in the build controllers for openshift-controller-manager inspired the CNCF Shipwright project.
The OpenShift Builder container image is intended to run exclusively as a container within an OpenShift build pod. The best way to run the container image is to follow the official documentation on how to run a build with BuildConfigs.
Glad to have you here!
Please check the CONTRIBUTING guide for detailed steps on how to develop and test your code.
Licensed under Apache License, Version 2.0. Refer to LICENSE for full terms and conditions.