5.0.0
·
438 commits
to refs/heads/master
since this release
💥 Breaking changes
- breaking!: drop support for JDK8 (#238) @dduportal
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