Posts

Showing posts with the label build

How To Build your Own Openshift Builder Images (saprfc extension for PHP 5.6)

Image
This post shows the steps required to build your own Openshift Builder images. This might be needed when you need to connect to Oracle database using PDO extension, or there is additional command you want to be available in your application pods. If you simply need additional extension that are readily available, there is an alternative simpler step involving the use of S2I assemble script (see  http://inventorsparadox.blogspot.com/2018/04/installing-apcu-extension-in-openshift.html ). But if the extension need nontrivial dependencies, please read the remaining of this blog post. Tools of the trade We are going to need Docker toolset available. For Mac users, you could use  Docker for Mac . For Windows users, there is Docker for Windows . I will show the screenshot from Docker running on CentOS Linux. You also going to need git (https://git-scm.com/download/win or  https://git-scm.com/download/mac).  Clone the source repository First clone the sour...