File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM jenkins/ssh-agent:8.0 .0-jdk21 as ssh-agent
1+ FROM jenkins/ssh-agent:8.1 .0-jdk21 as ssh-agent
22
33# ca-certificates because curl uses certificates from ca-certificates
44RUN apt-get update && apt-get install -y --no-install-recommends adb build-essential ca-certificates curl file git python3 python3-pip unzip
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ commons-text-api:1.15.0-218.va_61573470393
1313configuration-as-code:2053.vb_0da_47381a_25
1414coverage:2.3139.v731d2e83ea_8a_
1515credentials-binding:717.v951d49b_5f3a_a_
16- credentials:1495.v2cc3d2266b_75
16+ credentials:1496.vf6821f162d4e
1717display-url-api:2.217.va_6b_de84cc74b_
1818durable-task:664.v2b_e7a_dfff66c
1919echarts-api:6.0.0-1247.vf3e35a_c1813f
Original file line number Diff line number Diff line change 11# 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.
22
33# We start from the Jenkins SSH agent image version 5.20.0.
4- FROM jenkins/ssh-agent:8.0 .0-jdk21 as ssh-agent
4+ FROM jenkins/ssh-agent:8.1 .0-jdk21 as ssh-agent
55
66# The RUN command executes a series of commands in the new layer of the image and commits the results.
77# The following commands are executed:
You can’t perform that action at this time.
0 commit comments