Slide 26
Slide 26 text
OpenShift build tools: Pipelines and GitOps
Building and deploying app containers on the cluster
OpenShift promotes build elements to first-class abstractions on the platform
● Integrated container registry
● Software catalog
● Build configuration builds from source repo
● Image stream: Tagged images, source in registry,
rollbacks to arbitrary points on that stream, rebuild
apps when FROM is updated