From 722e6b572d8d99fa80b7e3a03f94aec5ffdff095 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:28 +0000 Subject: [PATCH 1/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 62846ff93a4ca8173a76522d7d0b8bf810abd677 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:29 +0000 Subject: [PATCH 2/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 505beb14a8037f992baa8cd94598854fb8d174af Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:30 +0000 Subject: [PATCH 3/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 95a5a8d35f3f70d8bea8d4a8f9061f8e0280ddaf Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:30 +0000 Subject: [PATCH 4/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 22d8462ab566ca7daf13e7b7f7d3b5052009e717 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:31 +0000 Subject: [PATCH 5/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 109da188817b47bce2d1bf88564e1418d7faa1a3 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:32 +0000 Subject: [PATCH 6/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 ba3c6f71..92631ed5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -108,7 +108,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 827050e34ddb3e0c8d27274b22241d1e2eced507 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:33 +0000 Subject: [PATCH 7/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 From c6812d963b3a354efde58a06aa7ec7c0c08e60b6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:38:33 +0000 Subject: [PATCH 8/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 && \