From 08e5a28d4d31a708aadd93adce66b4bd1644ad58 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:32 +0000 Subject: [PATCH 1/9] chore: [jenkins/ssh-agent] Bump Docker image tag in "dockerfiles/cpp/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... Dockerfile" Made with ❤️️ by updatecli --- dockerfiles/cpp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/cpp/Dockerfile b/dockerfiles/cpp/Dockerfile index 5722c992..c88f94b5 100644 --- a/dockerfiles/cpp/Dockerfile +++ b/dockerfiles/cpp/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:7.13.0-jdk21 +FROM jenkins/ssh-agent:7.14.0-jdk21 # Install necessary C++ build tools RUN apt-get update && apt-get install -y --no-install-recommends \ From 9dc7b9268f5fc948a7894c5c187a0ada6c3db16b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:32 +0000 Subject: [PATCH 2/9] 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 05ff1001..c4afc0cc 100644 --- a/dockerfiles/android/Dockerfile +++ b/dockerfiles/android/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:7.13.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.14.0-jdk21 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 6899a77bab7704d172c73e5c72203586c80b883c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:32 +0000 Subject: [PATCH 3/9] 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 74cf7f61..4c6090ad 100644 --- a/dockerfiles/maven/Dockerfile +++ b/dockerfiles/maven/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:7.13.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.14.0-jdk21 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 186b16f92a1c20a2e2bbe1bf89d6d62a1c3fa5f2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:33 +0000 Subject: [PATCH 4/9] 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 104643f9..32cd36ab 100644 --- a/build-docker-compose.yaml +++ b/build-docker-compose.yaml @@ -63,7 +63,7 @@ services: timeout: 10s retries: 5 default_agent: - image: jenkins/ssh-agent:7.13.0-jdk21 + image: jenkins/ssh-agent:7.14.0-jdk21 container_name: desktop-jenkins_agent-1 profiles: - default From 0c36c5b418c403adc35f82a4f90092fa5d746adc Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:33 +0000 Subject: [PATCH 5/9] 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 1ff1ffa2..22911821 100644 --- a/dockerfiles/node/Dockerfile +++ b/dockerfiles/node/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:7.13.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.14.0-jdk21 as ssh-agent ARG NODE_MAJOR=24 # ca-certificates because curl uses certificates from ca-certificates From 56fdd9fc53a707c24b7cb74f0ac64e1c7d9bf4dd Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:33 +0000 Subject: [PATCH 6/9] 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 4e0e64c9..69985c54 100644 --- a/dockerfiles/multi/Dockerfile +++ b/dockerfiles/multi/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:7.13.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.14.0-jdk21 as ssh-agent ARG NODE_MAJOR=20 From 6a2687e961b9bcd1f08a15f18f029afbe95c313d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:33 +0000 Subject: [PATCH 7/9] 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 2dc5a62c..0a458019 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -111,7 +111,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:7.13.0-jdk21 + image: jenkins/ssh-agent:7.14.0-jdk21 container_name: desktop-jenkins_agent-1 profiles: - default From e6bf1384a94f29e17459abfe24a94ea2afa3cb87 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:34 +0000 Subject: [PATCH 8/9] 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 02de2371..507d175c 100644 --- a/dockerfiles/golang/Dockerfile +++ b/dockerfiles/golang/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:7.13.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.14.0-jdk21 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 13b24881400f9d25524ba88b428deb6b5e53f174 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:04:34 +0000 Subject: [PATCH 9/9] 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 20a80635..74af3fb4 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:7.13.0-jdk21 as ssh-agent +FROM jenkins/ssh-agent:7.14.0-jdk21 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: