From 4725fa35a48f902a913ac89b21a864d579fbd266 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:45 +0000 Subject: [PATCH 1/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/pyth... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... on/Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/python/Dockerfile b/dockerfiles/python/Dockerfile index ec8cb828..f20e64ba 100644 --- a/dockerfiles/python/Dockerfile +++ b/dockerfiles/python/Dockerfile @@ -1,7 +1,7 @@ # 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. # We start from the Jenkins SSH agent image version 5.20.0. -FROM jenkins/ssh-agent:6.5.0 as ssh-agent +FROM jenkins/ssh-agent:6.6.0 as ssh-agent # The RUN command executes a series of commands in the new layer of the image and commits the results. # The following commands are executed: From 27911621d5c3c1f66da500a0110bb06f0e15f20e Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:46 +0000 Subject: [PATCH 2/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "build-docker-com... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... pose.yaml" Made with ❤️️ by updatecli --- build-docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker-compose.yaml b/build-docker-compose.yaml index 27bbd107..751d88e4 100644 --- a/build-docker-compose.yaml +++ b/build-docker-compose.yaml @@ -62,7 +62,7 @@ services: timeout: 10s retries: 5 default_agent: - image: jenkins/ssh-agent:6.5.0 + image: jenkins/ssh-agent:6.6.0 container_name: desktop-jenkins_agent-1 profiles: - default From 61a6f52952db953fe7b0a3106e47a38e142b965d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:47 +0000 Subject: [PATCH 3/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "docker-compose.y... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... aml" Made with ❤️️ by updatecli --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e949073d..61f3c182 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -109,7 +109,7 @@ services: # The healthcheck command for each agent checks if the authorized_keys file exists in the /home/jenkins/.ssh directory. # The /home/jenkins/.ssh directory in each agent container is mapped to the agent-ssh-dir volume on the host. default_agent: - image: jenkins/ssh-agent:6.5.0 + image: jenkins/ssh-agent:6.6.0 container_name: desktop-jenkins_agent-1 profiles: - default From 346643d916fd7ee2f803a81cb994511b80fc74f5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:48 +0000 Subject: [PATCH 4/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/gola... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ng/Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/golang/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/golang/Dockerfile b/dockerfiles/golang/Dockerfile index 71ba3263..05fb1701 100644 --- a/dockerfiles/golang/Dockerfile +++ b/dockerfiles/golang/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:6.5.0 as ssh-agent +FROM jenkins/ssh-agent:6.6.0 as ssh-agent # ca-certificates because curl uses certificates from ca-certificates RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \ From e51b62f68579a86b8544236faada9ace88062979 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:49 +0000 Subject: [PATCH 5/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/andr... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... oid/Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/android/Dockerfile b/dockerfiles/android/Dockerfile index faeb2421..5298ff32 100644 --- a/dockerfiles/android/Dockerfile +++ b/dockerfiles/android/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:6.5.0 as ssh-agent +FROM jenkins/ssh-agent:6.6.0 as ssh-agent # ca-certificates because curl uses certificates from ca-certificates RUN apt-get update && apt-get install -y --no-install-recommends adb build-essential ca-certificates curl file git python3 python3-pip unzip From d07ac4c7ff9e1ada5f65943f18bae4bff6a9e005 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:49 +0000 Subject: [PATCH 6/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/mave... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... n/Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/maven/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/maven/Dockerfile b/dockerfiles/maven/Dockerfile index 6ae67b60..569a3c98 100644 --- a/dockerfiles/maven/Dockerfile +++ b/dockerfiles/maven/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:6.5.0 as ssh-agent +FROM jenkins/ssh-agent:6.6.0 as ssh-agent # ca-certificates because curl uses certificates from ca-certificates RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && \ From 2d8b203497b7e57cdf3d19a963ad1aebe10552d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:50 +0000 Subject: [PATCH 7/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/mult... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... i/Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/multi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/multi/Dockerfile b/dockerfiles/multi/Dockerfile index 358dfd23..a82f386d 100644 --- a/dockerfiles/multi/Dockerfile +++ b/dockerfiles/multi/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:6.5.0 as ssh-agent +FROM jenkins/ssh-agent:6.6.0 as ssh-agent ARG NODE_MAJOR=20 From a0e53db6ff7309a7728224669b44deb4da04511e Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:39:51 +0000 Subject: [PATCH 8/8] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/node... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/node/Dockerfile b/dockerfiles/node/Dockerfile index 228e1e98..74556f5d 100644 --- a/dockerfiles/node/Dockerfile +++ b/dockerfiles/node/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:6.5.0 as ssh-agent +FROM jenkins/ssh-agent:6.6.0 as ssh-agent ARG NODE_MAJOR=22 # ca-certificates because curl uses certificates from ca-certificates