add dockerfile_image_1 and dockerfile_image_2both build different containers like:django-website and a postgres-instanceadd a kubernetes manifest like there:https://kubernetes.io/docs/concepts/workloads/controllers/deployment/add a CI file like:build1:build docker_image_1 with `oc start-build --from-file=dockerfile_image1`build2:build docker_image_2 with `oc start-build --from-file=dockerfile_image2`