Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.4 KB

OpenShift Builder

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.

Getting Started

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.

Contributing

Glad to have you here!

Please check the CONTRIBUTING guide for detailed steps on how to develop and test your code.

License

Licensed under Apache License, Version 2.0. Refer to LICENSE for full terms and conditions.