diff --git a/about/ob-release-notes.adoc b/about/ob-release-notes.adoc index ef7719b2b965..ea20efe0f030 100644 --- a/about/ob-release-notes.adoc +++ b/about/ob-release-notes.adoc @@ -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 diff --git a/about/overview-openshift-builds.adoc b/about/overview-openshift-builds.adoc index 27c4e2388cc4..775c35048698 100644 --- a/about/overview-openshift-builds.adoc +++ b/about/overview-openshift-builds.adoc @@ -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