We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d3fb26 + a86802a commit 343e505Copy full SHA for 343e505
dev_guide/builds.adoc
@@ -523,6 +523,25 @@ The following options are specific to the
523
xref:../architecture/core_concepts/builds_and_image_streams.adoc#custom-build[Custom
524
build strategy].
525
526
+[[custom-strategy-from]]
527
+
528
+=== FROM Image
529
530
+Use the `customStrategy.from` section to indicate the image to use for the
531
+custom build:
532
533
+====
534
+[source,yaml]
535
+----
536
+strategy:
537
+ type: "Custom"
538
+ customStrategy:
539
+ from:
540
+ kind: "DockerImage"
541
+ name: "openshift/sti-image-builder"
542
543
544
545
[[expose-docker-socket]]
546
547
=== Exposing the Docker Socket
0 commit comments