Re: no mcrypt in s2i-php

2017-07-18 Thread Graham Dumpleton
> On 19 Jul 2017, at 10:10 AM, Ben Parees wrote: > > > > On Tue, Jul 18, 2017 at 6:26 PM, Piotr Baranowski > wrote: > Is there any reason for the s2i-php-builder not to contain the mcrypt library > and php-mcrypt extension? > > It is very popular and I'd say

Re: Building php with composer using private repos in composer.json

2017-07-18 Thread Ben Parees
On Tue, Jul 18, 2017 at 6:24 PM, Piotr Baranowski wrote: > Hey group! > > I'm looking for some tips how to approach a problem I'm facing right now. > > My app is build using php so composer.json is used. > > It works like this: > The source code of the app itself is on a private bitbucket repo. >

Re: no mcrypt in s2i-php

2017-07-18 Thread Ben Parees
On Tue, Jul 18, 2017 at 6:26 PM, Piotr Baranowski wrote: > Is there any reason for the s2i-php-builder not to contain the mcrypt > library and php-mcrypt extension? > > It is very popular and I'd say crucial to majority of LAMP apps. > > I had to recreate a s2i-php image so it contains the missin

no mcrypt in s2i-php

2017-07-18 Thread Piotr Baranowski
Is there any reason for the s2i-php-builder not to contain the mcrypt library and php-mcrypt extension? It is very popular and I'd say crucial to majority of LAMP apps. I had to recreate a s2i-php image so it contains the missing php packages, but still, I'd like to understand why. best reg

Building php with composer using private repos in composer.json

2017-07-18 Thread Piotr Baranowski
Hey group! I'm looking for some tips how to approach a problem I'm facing right now. My app is build using php so composer.json is used. It works like this: The source code of the app itself is on a private bitbucket repo. I'm using the ssh secret to pull the source. That part works perfect

Re: timeout expired waiting for volumes to attach/mount for pod

2017-07-18 Thread Philippe Lafoucrière
I'm pretty sure it's not related, but I took a look at the git log from the day we started to have issues, and noticed it was the first time we were using env vars set from secrets (env[x].valueFrom.secretKeyRef). Maybe it will ring a bell for someone. ​