Chapter 1. Builds for Red Hat OpenShift release notes
Release notes contain information about new and deprecated features, breaking changes, and known issues. The following release notes apply for the most recent Builds releases on OpenShift Container Platform.
Builds is an extensible build framework based on the Shipwright project, which you can use to build container images on an OpenShift Container Platform cluster. You can build container images from source code and Dockerfiles by using image build tools, such as Source-to-Image (S2I) and Buildah
. You can create and apply build resources, view logs of build runs, and manage builds in your OpenShift Container Platform namespaces.
Builds includes the following capabilities:
- Standard Kubernetes-native API for building container images from source code and Dockerfiles
-
Support for Source-to-Image (S2I) and
Buildah
build strategies - Extensibility with your own custom build strategies
- Execution of builds from source code in a local directory
- Shipwright CLI for creating and viewing logs, and managing builds on the cluster
- Integrated user experience with the Developer perspective of the OpenShift Container Platform web console
For more information about Builds, see Overview of Builds.
1.1. Compatibility and support matrix Copy linkLink copied to clipboard!
In the table, components are marked with the following statuses:
TP | Technology Preview |
GA | General Availability |
The Technology Preview features are experimental features and are not intended for production use.
Builds Version | Component Version | Compatible Openshift Pipelines Version | OpenShift Version | Support | |
---|---|---|---|---|---|
Operator | Builds (Shipwright) | CLI | |||
1.6 | 0.17.0 (GA) | 0.17 (GA) | 1.18, 1.19, 1.20, and 1.21 | 4.16, 4.17, 4.18, 4.19, 4.20 | GA |
1.5 | 0.16.0 (GA) | 0.16.0 (GA) | 1.17, 1.18, 1.19, and 1.20 | 4.16, 4.17, 4.18, 4.19 | GA |
1.2. Release notes for Builds 1.6 Copy linkLink copied to clipboard!
Builds 1.6 is now available on OpenShift Container Platform 4.16, 4.17, 4.18, 4.19, and 4.20.
1.2.1. New features Copy linkLink copied to clipboard!
The following sections highlight what is new in Builds 1.6.
- Buildpacks Strategy (Generally available)
With this update, the
buildpacks
strategy feature is now generally available. You can use the following strategies with their corresponding applications:-
buildpacks
strategy: Quarkus and Go -
buildpacks-extender
strategy: Node.js and Python
-
1.2.2. Fixed issues Copy linkLink copied to clipboard!
The following list highlights fixed issues in Builds 1.6.
- Fixed duplicate installation of OpenShift Pipelines Operator
- Before this update, the Builds for Red Hat OpenShift Operator automatically installed the Red Hat OpenShift Pipelines Operator. However, if an older version of the OpenShift Pipelines Operator was already present, it caused a conflict because the Builds Operator attempted to install another instance of the OpenShift Pipelines Operator. With this update, the Builds Operator no longer installs the OpenShift Pipelines Operator automatically. You must now install the OpenShift Pipelines Operator before installing the Builds Operator.