Closed jmesnil closed 2 years ago
The property build.s2i.builderKind (resp. build.s2i.runtimeKind) can be used to set the S2I builder (resp. runtime) image. If these properties are not defined, the types of the images is set using the existing build.s2i.kind.
build.s2i.builderKind
build.s2i.runtimeKind
build.s2i.kind
This fixes #92.
Signed-off-by: Jeff Mesnil jmesnil@redhat.com
@jfdenise could you please review?
The property
build.s2i.builderKind
(resp.build.s2i.runtimeKind
) can be used to set the S2I builder (resp. runtime) image. If these properties are not defined, the types of the images is set using the existingbuild.s2i.kind
.This fixes #92.
Signed-off-by: Jeff Mesnil jmesnil@redhat.com