Skip to content

Commit

Permalink
Utilize onbuild in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkernel committed Jul 14, 2016
1 parent 21bd223 commit 0f1c881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN curl -fsSL http://apache.osuosl.org/maven/maven-3/$MAVEN_VERSION/binaries/ap
| tar -xzC /usr/share \
&& mv "/usr/share/apache-maven-${MAVEN_VERSION}" "${MAVEN_HOME}" \
&& ln -s "${MAVEN_HOME}/bin/mvn" /usr/bin/mvn
COPY maven-setup.sh /docker-entrypoint-init.d/maven-setup.sh
USER "${JENKINS_USER}"

ENV MAVEN_CONFIG ${JENKINS_HOME}/.m2
13 changes: 0 additions & 13 deletions createJenkinsSwarmSlave.sh

This file was deleted.

0 comments on commit 0f1c881

Please sign in to comment.