s2i-build
Installation
SKILL.md
/s2i-build Skill
Create the necessary OpenShift resources (BuildConfig, ImageStream) and trigger a Source-to-Image build on the cluster.
Prerequisites
Before running this skill, ensure:
- User is logged into OpenShift cluster
- Target namespace/project exists or can be created
- Git repository URL is available (or will use binary build)
When to Use This Skill
Use this skill after /detect-project to build container images from source code on OpenShift using Source-to-Image. It creates BuildConfig and ImageStream resources, triggers the build, and monitors progress with log streaming.
Critical: Human-in-the-Loop Requirements
See Human-in-the-Loop Requirements for mandatory checkpoint behavior.
Related skills