Re: Docker workflow runs with user not fully configured

2016-09-22 Thread ogondza
https://issues.jenkins-ci.org/browse/JENKINS-38438 -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com.

Re: Docker workflow runs with user not fully configured

2016-09-07 Thread Jesse Glick
On Wed, Sep 7, 2016 at 3:58 PM, Samuel Van Oort wrote: > Nobody is trying to hide bugs from you or shoot holes > in the docker-workflow plugin, there are just some cases where docker.inside > isn't a good mapping to what is needed Understood, but if there is something the

Re: Docker workflow runs with user not fully configured

2016-09-07 Thread Samuel Van Oort
> It is not “known” to me, the plugin maintainer, so as I wrote in PR > 57: if there is a concrete, small, easily reproducible test case that > demonstrates something that does not work which you feel should, > please file it. > To clarify: I'm not saying that this is a result of a

Re: Docker workflow runs with user not fully configured

2016-09-07 Thread Jesse Glick
On Wed, Sep 7, 2016 at 12:10 PM, Samuel Van Oort wrote: > this is a known issue around how > docker.inside is implemented. It is not “known” to me, the plugin maintainer, so as I wrote in PR 57: if there is a concrete, small, easily reproducible test case that

Re: Docker workflow runs with user not fully configured

2016-09-07 Thread Samuel Van Oort
Oliver, Apologies for the delayed response, but this is a known issue around how docker.inside is implemented. It was very painful when setting up the docker image. This is why the docs and workflow script for the docker image don't use docker.inside --

Re: Docker workflow runs with user not fully configured

2016-09-02 Thread Jesse Glick
Possibly related to https://github.com/jenkinsci/docker-workflow-plugin/pull/57. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Docker workflow runs with user not fully configured

2016-09-02 Thread nicolas de loof
This indeed is required so the actual files on workspace don't get corrupted by user IDs/premissions that only exist in your container. You should configure your container to relax permission and let arbitrary user run your build tools 2016-09-02 12:05 GMT+02:00 Oliver Gondža