Skip to content

Commit

Permalink
Убрал переключение на юзера.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segate-ekb committed Nov 23, 2024
1 parent ff5b5fe commit 76c900a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k8s-jenkins-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ADD --chown="${user}":"${group}" "https://repo.jenkins-ci.org/public/org/jenkins
RUN chmod 0644 /usr/share/jenkins/agent.jar \
&& ln -sf /usr/share/jenkins/agent.jar /usr/share/jenkins/slave.jar

USER "${user}"
ENV AGENT_WORKDIR=${AGENT_WORKDIR}
RUN mkdir -p /home/"${user}"/.jenkins && mkdir -p "${AGENT_WORKDIR}"

Expand Down

0 comments on commit 76c900a

Please sign in to comment.