File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 # This step installs Updatecli in the runner using the updatecli-action
2525 - name : Install Updatecli in the runner
26- uses : updatecli/updatecli-action@v3.3 .0
26+ uses : updatecli/updatecli-action@v3.4 .0
2727
2828 # This step runs Updatecli in Dry Run mode
2929 # It uses the "diff" command of updatecli with the specified config and values files
Original file line number Diff line number Diff line change 11# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22
33# We start from the Debian 'trixie' image.
4- FROM debian:trixie-20260623 -slim as prepare-stage
4+ FROM debian:trixie-20260713 -slim as prepare-stage
55
66# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77COPY *sh /usr/local/bin/
Original file line number Diff line number Diff line change 1- FROM jenkins/ssh-agent:8.5 .0-jdk21 as ssh-agent
1+ FROM jenkins/ssh-agent:8.6 .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 1- FROM jenkins/ssh-agent:8.5 .0-jdk21 as ssh-agent
1+ FROM jenkins/ssh-agent:8.6 .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 ca-certificates curl && apt-get clean && \
Original file line number Diff line number Diff line change 1- FROM jenkins/ssh-agent:8.5 .0-jdk21 as ssh-agent
1+ FROM jenkins/ssh-agent:8.6 .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 ca-certificates curl && apt-get clean && \
Original file line number Diff line number Diff line change 1- FROM jenkins/ssh-agent:8.5 .0-jdk21 as ssh-agent
1+ FROM jenkins/ssh-agent:8.6 .0-jdk21 as ssh-agent
22
33ARG NODE_MAJOR=20
44
Original file line number Diff line number Diff line change 1- FROM jenkins/ssh-agent:8.5 .0-jdk21 as ssh-agent
1+ FROM jenkins/ssh-agent:8.6 .0-jdk21 as ssh-agent
22ARG NODE_MAJOR=24
33
44# ca-certificates because curl uses certificates from ca-certificates
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.5 .0-jdk21 as ssh-agent
4+ FROM jenkins/ssh-agent:8.6 .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