Brett Logan

Results 16 comments of Brett Logan

Release in v4.10.0

I love this idea! Especially to replace bash-exec, but it would be great to pick up at least some of their out of the box hooks.

v4.10.0 released with updated deps, including PHP

So we encountered this with one of our clients today. The root cause ended up being that the build uses the local user and its UID as $bx_dev_user and $bx_dev_userid....

You can reproduce by doing the following: `sudo useradd -u 1000 ibmcf` `su - ibmcf` `bx login --sso` `bx target --cf` `bx dev build`

```Executing docker image build --file Dockerfile-tools --tag satyamtest1-express-tools --rm --pull --build-arg bx_dev_userid=1000 --build-arg bx_dev_user=rfid . Waiting for Docker image to build Sending build context to Docker daemon 399.9kB Step 1/18...