[Solved] Sources for rancher/jenkins-plugins

I’m working on updating the Jenkins catalog entry to the latest Jenkins version, but this image uses the https://hub.docker.com/r/rancher/jenkins-plugins/ image, I guess to manage the plugins that get installed in jenkins.

Where are the sources for that image? Are they available? I’m trying to see if that image is still compatible with this version of Jenkins.

I believe they are here: https://github.com/rancher/catalog-dockerfiles/tree/master/jenkins

Thank you. It looks like those are the ones. I find it weird that they are not linked from DockerHub.

Docker hub doesn’t let you have multiple Docker files in a repo last time we checked.

It does. And you can specify each tag to which dockerfile to point.

yeah we use this feature allot… so great!