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
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
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