jenkinsci / docker-ssh-agent

Docker image for Jenkins agents connected over SSH
https://hub.docker.com/repository/docker/jenkins/ssh-agent
MIT License
187 stars 175 forks source link

fix(docker) Bring back Debian JDK17 images #372

Closed gounthar closed 7 months ago

gounthar commented 7 months ago

In #371, I was wondering why we lost the debian_jdk17 target. @lemeurherve found the root cause quickly. I removed this target back in September 2023 (in #309) while adding the support for JDK21. 🤦

Let's add it back before merging #371 .

Testing done

make build-alpine_jdk21 build-debian_jdk21 build-debian_jdk17 build-debian_jdk11 build-alpine_jdk17 build-alpine_jdk11

Submitter checklist