Jenkins - Docker login doesn't seem to persist

2020-07-10 Thread 'Sven Hüßner' via Jenkins Users
Cheers guys, I am fiddling with an issue I have described at the devops stackexchange fairly closely, I hope. I feel like I'm arriving where I should ask in this mailinglist to see if I'm on the right track. In a nutshell: I am running a jenkins/jenkins container (more about the used tags belo

Is there a way i can use OpenJDK11 with Centos7 image?

2020-07-10 Thread Ankush Sharma
Hi, I tried hosting Jenkins with lts-jdk11 image. It worked fine at first. But then there was need to install specific softwares which isn't compatible with Debian 9 stretch on which lts-jdk11 image is based. Then i tried lts-centos7 image and needed softwares are working fine but then all my

Re: Is there a way i can use OpenJDK11 with Centos7 image?

2020-07-10 Thread Slide
There is not a JDK11 CentOS image (PR's are welcome!). You could look at the current CentOS docker image Dockerfiles (see https://github.com/jenkinsci/docker) and build one based on that as a basis. If you get something working, a PR would be great so other people can use it as well. Regards, Ale