Skip to content

Commit

Permalink
mifird
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 22, 2016
1 parent b9a427e commit 99da423
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dockerfiles/agente-dotnet-v101/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM java:8-jdk
#FROM docker:1.12.1
#FROM docker:1.12.2
#FROM debian:jessie

MAINTAINER Emilio Montes <[email protected]>
Expand Down Expand Up @@ -58,6 +58,12 @@ RUN useradd jenkins --shell /bin/bash -d ${JENKINS_HOME} --create-home \
RUN wget -q https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client/${SWARM_CLIENT_VERSION}/swarm-client-${SWARM_CLIENT_VERSION}-jar-with-dependencies.jar -P /home/jenkins/
RUN pip install docker-compose

#COPY docker-entrypoint.sh /usr/local/bin/

#ENTRYPOINT ["docker-entrypoint.sh"]

#CMD sh

COPY run2.sh /run2.sh
RUN chmod +x /run2.sh

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/agente-dotnet-v101/jenkins-slave.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 99da423

Please sign in to comment.