In this chapter, you learned the build infrastructure provided by OpenShift. You then learned to use source-to-image build, which abstracts away the details of Kubernetes internals from the developer and lets them build the image based solely on code with minimal configuration.
In the second part of this chapter, you learned about the pipeline build, which, effectively, is a way to integrate Jenkins pipelines with OpenShift infrastructures. You also learned how to create the pipeline build and the basics of the DPL syntax. Hence, you were able to create a CD pipeline for your petstore's pricing-service.