Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenShift Builder

The OpenShift Builder container image drives OpenShift's
[Builds using BuildConfig](https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/builds_using_buildconfig/index),
[Builds using BuildConfig](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/builds_using_buildconfig/index),
leveraging [Buildah](https://github.com/containers/buildah) and
[Source-To-Image](https://github.com/openshift/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,
Expand All @@ -16,7 +16,7 @@ the CNCF [Shipwright](https://shipwright.io) 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](https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/builds_using_buildconfig/understanding-image-builds).
[BuildConfigs](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/builds_using_buildconfig/understanding-image-builds).

## Contributing

Expand Down