Skip to content

Commit

Permalink
Merge pull request #81 from sorend/patch-1
Browse files Browse the repository at this point in the history
[JENKINS-42846] - Fix the agent.jar symbolic link in the JDK 8 image
  • Loading branch information
oleg-nenashev authored Sep 20, 2019
2 parents 06cf03a + c64a481 commit 87611d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -t stretch-backports git-lfs
RUN curl --create-dirs -fsSLo /usr/share/jenkins/agent.jar https://repo.jenkins-ci.org/public/org/jenkins-ci/main/remoting/${VERSION}/remoting-${VERSION}.jar \
&& chmod 755 /usr/share/jenkins \
&& chmod 644 /usr/share/jenkins/agent.jar \
&& ln -sf /usr/share/jenkins/slave.jar /usr/share/jenkins/agent.jar
&& ln -sf /usr/share/jenkins/agent.jar /usr/share/jenkins/slave.jar

USER ${user}
ENV AGENT_WORKDIR=${AGENT_WORKDIR}
Expand Down

0 comments on commit 87611d7

Please sign in to comment.