diff --git a/dev_guide/builds.adoc b/dev_guide/builds.adoc index af7daa87bc90..0ba7bb724edd 100644 --- a/dev_guide/builds.adoc +++ b/dev_guide/builds.adoc @@ -523,6 +523,25 @@ The following options are specific to the xref:../architecture/core_concepts/builds_and_image_streams.adoc#custom-build[Custom build strategy]. +[[custom-strategy-from]] + +=== FROM Image + +Use the `customStrategy.from` section to indicate the image to use for the +custom build: + +==== +[source,yaml] +---- +strategy: + type: "Custom" + customStrategy: + from: + kind: "DockerImage" + name: "openshift/sti-image-builder" +---- +==== + [[expose-docker-socket]] === Exposing the Docker Socket