Nicolas De loof

Results 980 comments of Nicolas De loof

Or just plain GitHub pages...kiss ;)

I use to override my secrets definition for development and use a `file` to set secret to a known value that would let me run application localy for development purpose....

@hangyan afaik docker engine (swarm) does indeed not allow to use an alternate path in [service secrets configuration](https://docs.docker.com/compose/compose-file/#long-syntax-2). Maybe we could clarify that `target` can be either a relative path...

We used to define such "remote service" as "external services" for internal discussion. This is something that we need to address, maybe we to follow @acran suggestion an apply same...

using urls for "external health check" (i.e. not based on a command to `docker exec` inside container) allows us to support more than http. Being able to define the "healthy"...

I'm used with this approach from my previous work on https://github.com/jenkinsci/jep. I suggest we adopt something comparable but keep it light I also would like we define some generic approval...

docker-workflow-plugin's `docker.inside` do indeed have some requirement on the docker image being used, one of them is that the image has to be designed so it can run with an...

useradd / groupadd isn't a good solution anyway as you then hard-code your jenkins infrastructure ids in a project Dockerfile. you indeed need to ensure no tool will try to...

your script probably assumes some internal behaviour or exposed data. By nature, groovy scripts aren't stable between release as there's no way for plugin author to know which internal stuff...

How does windows container handle file permissions on volumes ? Passing `--user` is required to ensure the process ran inside container do create files on workspace with adequate owner on...