docker-ssh-agent
docker-ssh-agent copied to clipboard
Docker image for Jenkins agents connected over SSH
Same as https://github.com/jenkinsci/docker-agent/pull/503, this PR mainly add `git` to the `PATH` **before** running `git-lfs.exe install` instead of `git lfs install` to avoir the error `git: 'lfs' is not a git...
Bump Temurin's JDK21 version Bump JDK21 version for Linux images in the docker-bake.hcl file changes detected:
	path "variable.JAVA21_VERSION.default" updated from "21.0.1_12" to "21.0.2_13" in file "docker-bake.hcl" Bump JDK21 default ARG version...
This is a follow-up to https://github.com/jenkinsci/docker-agent/pull/772. @MarkEWaite [noted](https://github.com/jenkinsci/docker-agent/pull/772#issuecomment-2002012356) that we should use the official build versions for the architectures that have moved out of preview. @dduportal then noted that the...
Fixes #292 Explanations: - Some environment variables were empty when using them in tests, adding `$global:` fixed it. (ex: `PUBLIC_SSH_KEY`, `PRIVATE_SSH_KEY`) - `docker run` was called with `--publish` but without...
### Jenkins and plugins versions report ci.jenkins.io ### What Operating System are you using (both controller, and any agents involved in the problem)? ci.jenkins.io ### Reproduction steps 1. Run a...
### Testing done ```[tasklist] ### Submitter checklist - [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [ ] Ensure...
Fixes #246 ### Testing done ### Submitter checklist - [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [ ]...
### What feature do you want to see added? While working on https://github.com/jenkinsci/docker-ssh-agent/issues/210, I realized that there are no JDK17 Windows SSH agent image. ### Upstream changes _No response_
This PR applies the same fix as the docker-agent one: - https://github.com/jenkinsci/docker-agent/pull/816 To be removed when https://github.com/microsoft/Windows-Containers/issues/493 is resolved. ### Testing done Local test ### Submitter checklist - [x] Make...