We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e930ce6 commit 097abd2Copy full SHA for 097abd2
docker-compose.yaml
@@ -111,7 +111,7 @@ services:
111
# The healthcheck command for each agent checks if the authorized_keys file exists in the /home/jenkins/.ssh directory.
112
# The /home/jenkins/.ssh directory in each agent container is mapped to the agent-ssh-dir volume on the host.
113
default_agent:
114
- image: jenkins/ssh-agent:6.12.0-jdk21
+ image: jenkins/ssh-agent:6.14.0-jdk21
115
container_name: desktop-jenkins_agent-1
116
profiles:
117
- default
0 commit comments