Custom S2I builder providing dependencies not availabale in the official images.
Well, because I needed to use MongoDB and did not see any sensible way how to get the driver into the official image.
No! Made simply to be able to run my workshops and demos.
Import the ImageStream into your OpenShift project
oc create -f https://raw.githubusercontent.com/openshift-roadshow/php-s2i-73-mongodb/master/is.json
or make it global (in case correct privileges are available)
oc create -f https://raw.githubusercontent.com/openshift-roadshow/php-s2i-73-mongodb/master/is.json -n openshift
Tweak the Makefile to fit your environment
Provided under the terms of the MIT license.