Skip to content
Merged
Show file tree
Hide file tree
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 about/ob-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ toc::[]

Release notes contain information about new and deprecated features, breaking changes, and known issues. The following release notes apply for the most recent {builds-shortname} releases on {ocp-product-title}.

{builds-shortname} is an extensible build framework based on the link:https://shipwright.io/[Shipwright project], which you can use to build container images on an {ocp-product-title} 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 {ocp-product-title} namespaces.
{builds-shortname} is an extensible build framework based on the link:https://shipwright.io/[Shipwright project], which you can use to build container images on an {ocp-product-title} 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 {ocp-product-title} namespaces.

{builds-shortname} 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
* 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
Expand Down
4 changes: 2 additions & 2 deletions about/overview-openshift-builds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ include::_attributes/common-attributes.adoc[]
toc::[]


{builds-shortname} is an extensible build framework based on the link:https://shipwright.io/[Shipwright project], which you can use to build container images on an {ocp-product-title} 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 {ocp-product-title} namespaces.
{builds-shortname} is an extensible build framework based on the link:https://shipwright.io/[Shipwright project], which you can use to build container images on an {ocp-product-title} 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 {ocp-product-title} namespaces.

{builds-shortname} 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
* 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
Expand Down