Ivan Pinatti
Ivan Pinatti
Any news on this ?
A more elaborate and self-explanatory version; ``` docker run -it \ -v /var/run/docker.sock:/var/run/docker.sock \ -e "VARNISH_CONTAINER=my-varnish.dev" \ ubuntu:latest \ sh -c " \ apt-get update \ && apt-get install docker.io...
Hi @jonnenauha, Actually I think most Prometheus exporters use the approach to run as a separate container, also this is Docker's best practice, to have a highly specialized container running...
Looks good @svenwltr, I will try it next week. Thanks!
I just had this problem through the PPA installation and using the "manual" install worked. Waiting for the new PPA release. :)
Hi @richardpringle, You can achieve that by using Jenkins **Declarative Pipeline** OR **Scripted Pipeline**. A job example (Jenkinsfile); ``` pipeline { agent { label 'master' } options { disableConcurrentBuilds() timeout(time:...
I have the same version and it works partially for me. It is show on the top bar, but when I click on "other" to change the timezone, nothing happens....
**+2 !** I would prefer to use the same name from Github as well, for both scenarios. My user name; [ivan-pinatti](https://github.com/ivan-pinatti) Organization; [ciandt-dev](https://github.com/ciandt-dev)
@osterman all changes done.
What is your proposition then @aknysh ? Because the URL is required to generate the self-signed certificate during the build.