github jenkinsci/docker-ssh-agent 5.0.0

latest releases: 8.1.0, 8.0.0, 7.16.0...
2 years ago

💥 Breaking changes

JDK11 is now the default JDK for running the Jenkins agent.

If you still need JDK8 for building your application, please install it with Jenkins tools or by customizing the image:

FROM eclipse-temurin:8-jdk-focal as jdk8
FROM jenkins/ssh-agent:<version>

COPY --from=jre-build /opt/java/openjdk /opt/java/openjdk-8

Don't miss a new docker-ssh-agent release

NewReleases is sending notifications on new releases.