Wednesday, 3rd May

10:15 - 12:15
Creating and using source-to-image builders for OpenShift (2 hour session) | Instructor-led lab
Red Hat OpenShift Container Platform uses source-to-image (S2I) to build and deploy applications from source code. S2I builder images take your source code as input, runs the build, converts your application source into a container image, stores it into a container registry, and then deploys it onto the platform to run. Since the containers are built on the platform itself, you have control over build steps to significantly reduce the chances of malicious processes running in the containers. In this lab, we'll teach you to create your own S2I builder images that run on OpenShift. This is an advanced 00a0lab that requires prior experience with OpenShift.