File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ services:
63
63
timeout : 10s
64
64
retries : 5
65
65
default_agent :
66
- image : jenkins/ssh-agent:6.24 .0-jdk21
66
+ image : jenkins/ssh-agent:7.0 .0-jdk21
67
67
container_name : desktop-jenkins_agent-1
68
68
profiles :
69
69
- default
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ services:
121
121
# The healthcheck command for each agent checks if the authorized_keys file exists in the /home/jenkins/.ssh directory.
122
122
# The /home/jenkins/.ssh directory in each agent container is mapped to the agent-ssh-dir volume on the host.
123
123
default_agent :
124
- image : jenkins/ssh-agent:6.24 .0-jdk21
124
+ image : jenkins/ssh-agent:7.0 .0-jdk21
125
125
container_name : desktop-jenkins_agent-1
126
126
profiles :
127
127
- default
Original file line number Diff line number Diff line change 1
- FROM jenkins/ssh-agent:6.24 .0-jdk21
1
+ FROM jenkins/ssh-agent:7.0 .0-jdk21
2
2
3
3
# Install necessary C++ build tools
4
4
RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1
- FROM jenkins/ssh-agent:6.24 .0-jdk21 as ssh-agent
1
+ FROM jenkins/ssh-agent:7.0 .0-jdk21 as ssh-agent
2
2
3
3
# ca-certificates because curl uses certificates from ca-certificates
4
4
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \
Original file line number Diff line number Diff line change 1
- FROM jenkins/ssh-agent:6.24 .0-jdk21 as ssh-agent
1
+ FROM jenkins/ssh-agent:7.0 .0-jdk21 as ssh-agent
2
2
3
3
# ca-certificates because curl uses certificates from ca-certificates
4
4
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \
Original file line number Diff line number Diff line change 1
- FROM jenkins/ssh-agent:6.24 .0-jdk21 as ssh-agent
1
+ FROM jenkins/ssh-agent:7.0 .0-jdk21 as ssh-agent
2
2
3
3
ARG NODE_MAJOR=20
4
4
Original file line number Diff line number Diff line change 1
- FROM jenkins/ssh-agent:6.24 .0-jdk21 as ssh-agent
1
+ FROM jenkins/ssh-agent:7.0 .0-jdk21 as ssh-agent
2
2
ARG NODE_MAJOR=22
3
3
4
4
# ca-certificates because curl uses certificates from ca-certificates
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ font-awesome-api:7.0.0-851.vd1feb_218a_a_63
21
21
git-client:6.3.2
22
22
git:5.7.0
23
23
github-api:1.321-488.v9b_c0da_9533f8
24
- github-branch-source:1844.v4a_9883d49126
24
+ github-branch-source:1848.v42f74f7f4500
25
25
github:1.44.0
26
26
gradle:2.16.1149.v711b_998b_0532
27
27
instance-identity:203.v15e81a_1b_7a_38
Original file line number Diff line number Diff line change 1
1
# This Dockerfile is used to create a Jenkins SSH agent with Python and several Python packages installed in order to run the python sample tutorial.
2
2
3
3
# We start from the Jenkins SSH agent image version 5.20.0.
4
- FROM jenkins/ssh-agent:6.24 .0-jdk21 as ssh-agent
4
+ FROM jenkins/ssh-agent:7.0 .0-jdk21 as ssh-agent
5
5
6
6
# The RUN command executes a series of commands in the new layer of the image and commits the results.
7
7
# The following commands are executed:
You can’t perform that action at this time.
0 commit comments