Christian Wolf

Results 377 comments of Christian Wolf

Can you verify this on the latest git branch? There are some changes that did not make it yet to the demo page.

OK, I just tested this using the current development branch and the named option is not present. I do not know if this is purely a frontend issue or has...

For me this sounds like a bug (that the folder is shown at all) plus a feature request (that it should be possible to import the stock entry). I'll add...

I am affected by the same bug. To get this solved, I will add a bit more of information here. Maybe @yuxueyuan can hint me if this is a user...

@mavenir-labs did you create a derived image from this image or did you use it directly? Can you start a new container using `run --user root bash` to have a...

@4OH4 regarding your question in [this comment](https://github.com/4OH4/jenkins-docker/issues/1#issuecomment-585207255): One change of this effect is that `tini` is running as `root` instead of `jenkins` now. This shoud not have any major drawbacks...

@agermain, In fact, we are trying to avoid DinD. It is a bit misleading also in the [README](https://github.com/4OH4/jenkins-docker/blob/master/README.md) at the moment. Your idea is perfectly fine, this is a way...

I worked in the promised enhancements. One more issue I just stumbled upon is that the old entrypoint `/usr/local/bin/jenkins.sh` from the `jenkins/jenkins` container is needed to delegate the starting procedure...

@4OH4 If you have any more questions you are welcome to ask :smirk:.

> from: https://github.com/christianlupus/jenkins-docker/blob/dev/change-gid/Dockerfile > You no longer drop back to regular jenkins user, I.e., `USER jenkins` has been taken out, > but you do have `ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]` (I...