Red Hat Training
A Red Hat training course is available for OpenShift Container Platform
8.5.3. カスタムストラテジーのオプション
以下のオプションは、カスタムビルドストラテジー に固有のオプションです。
8.5.3.1. FROM イメージ
customStrategy.from セクションを使用して、カスタムビルドに使用するイメージを指定します。
strategy:
customStrategy:
from:
kind: "DockerImage"
name: "registry.access.redhat.com/openshift3/ose-docker-builder"