-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: PHP Apps - Jenkinsfile issue? #3
Comments
Hmm I'm not too sure about this one. I just ran the OOTB php quickstart on minikube and it worked. Does it fail repeatably for you? @jeremy-wilson
|
A while ago, I did have it running up in Minikube, but I am no longer using a local stack and instad opting for cloud dev stacks. I was also able to get it running in MiniKube as well. But this might be a docker/google issue. I just tried to build a new one again this morning. Same results. One thing to note though, is that I have been also getting ElasticSearch errors from time to time too. I have not had a chance to dive into that yet. Let me know if I need to raise that as a separate issue. But the PHP app is still failing based on that docker EOF error again. Could this be a similar problem that fluentd is having with the wrong volume and volume mounts inside docker? There are differences between how the containers should be setup in Google (see my last post in the following thread)
|
do other kinds of apps work; but just not PHP on your cluster? |
So
FWIW I fixed the ES issue you're seeing and will be in the next release jenkinsci/kubernetes-pipeline-plugin@6de5e0d |
We mount the docker socket into the build pod using a volume https://github.com/fabric8io/fabric8-pipeline-library/blob/master/vars/clientsNode.groovy#L13 I wonder if that's not the right path for the docker socket on your host machine? |
I looked at the Jenkins pod as an example, and it has "/var/run/docker.sock" as a mount. So I am not sure that it would be an issue. |
@jeremy-wilson do any other non-java projects work in your cluster? |
Just checked. They are all failing with the same error. Java applications work fine though. |
moved issue from: fabric8io/gofabric8#291
When trying to install the default php chassis app, or even the quick start php app, the build fails.
The text was updated successfully, but these errors were encountered: