From 7afbc5fe990c1efce2111893d823760275fd6be6 Mon Sep 17 00:00:00 2001 From: victorc Date: Wed, 16 Oct 2024 13:32:30 +0000 Subject: [PATCH] based on tag 3261.v9c670a_4748a_9-8-jdk17; changed entrypoint --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bcae23..4607b61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/inbound-agent:latest-bookworm-jdk17 +FROM jenkins/inbound-agent:3261.v9c670a_4748a_9-8-jdk17 LABEL authors="v.citiriga@siatel.ro" USER root @@ -12,4 +12,4 @@ RUN cd /tmp && wget --no-check-certificate --no-cookies https://repo1.maven.org/ USER jenkins -ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/jenkins.sh"] +ENTRYPOINT ["/usr/local/bin/jenkins-agent"]