Understanding S2I pipelines
S2I is a mythology to images from source code.
Example Overview of a S2I Pipeline¶
The pipeline will iterate through the stages in GitLab and stop execution on error.
.
How a pipeline uses S2I Builds¶
.
S2I Introduction Video
Within the Pipeline there is for each stack one build:container jobs and template that triggers this automation. See .template:s2i:php_build in .gitlab-common.yml.
