Skip to content

Commit 659f82b

Browse files
Bump ssh-agent version to 6.12.0-jdk21 (#1139)
* chore: [jenkins/ssh-agent] Bump Docker image tag in "docker-compose.y... ... aml" Made with ❤️️ by updatecli * chore: [jenkins/ssh-agent] Bump Docker image tag in "build-docker-com... ... pose.yaml" Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7324fa commit 659f82b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
timeout: 10s
6464
retries: 5
6565
default_agent:
66-
image: jenkins/ssh-agent:6.12.0
66+
image: jenkins/ssh-agent:6.12.0-jdk21
6767
container_name: desktop-jenkins_agent-1
6868
profiles:
6969
- default

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
# The healthcheck command for each agent checks if the authorized_keys file exists in the /home/jenkins/.ssh directory.
112112
# The /home/jenkins/.ssh directory in each agent container is mapped to the agent-ssh-dir volume on the host.
113113
default_agent:
114-
image: jenkins/ssh-agent:6.12.0
114+
image: jenkins/ssh-agent:6.12.0-jdk21
115115
container_name: desktop-jenkins_agent-1
116116
profiles:
117117
- default

0 commit comments

Comments
 (0)