July 27, 2022

OpenShift 4.10 I: S2I, start-build, BuildConfig and Deployment

$ oc new-app --name=php-helloworld --image-stream=php:7.3 https://github.com/magnuskkarlsson/DO180-apps#s2i --context-dir=php-helloworld

$ oc start-build buildconfig.build.openshift.io/nodejs-dev

$ oc logs -f buildconfig.build.openshift.io/nodejs-dev
...
Push successful

$ oc logs -f deployment.apps/nodejs-dev

No comments: