Skip to content

Commit

Permalink
jenkins/inbound-agent: disable VOLUMEs to workaround jenkinsci/docker…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoodsmall committed Dec 3, 2020
1 parent a2cc78b commit 13cb41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RUN mkdir -p /home/${user}/.jenkins \
&& mkdir -p ${AGENT_WORKDIR} \
&& ln -sf ${AGENT_WORKDIR} /home/${user}/remoting

VOLUME /home/${user}/.jenkins
VOLUME ${AGENT_WORKDIR}
# VOLUME /home/${user}/.jenkins
# VOLUME ${AGENT_WORKDIR}
WORKDIR /home/${user}

ENTRYPOINT ["jenkins-agent"]

0 comments on commit 13cb41a

Please sign in to comment.