Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apisu authored and apisu committed May 4, 2018
1 parent 18ba81f commit 98e7fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cohorte-home/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update
RUN apt-get install -y vim wget tar netcat-openbsd
#RUN apt-get install -y epel-release
RUN apt-get install -y python3 python
RUN ln -s

# to have systemctl command
RUN apt-get install -y systemd

Expand All @@ -56,6 +56,7 @@ RUN mkdir -p $JAVA_HOME
COPY ./jdk/* /opt/java/
RUN chmod +x /opt/java/bin/*

RUN systemctl disable [email protected]

# Test de java
RUN java -version
Expand Down
4 changes: 2 additions & 2 deletions cohorte-home/tests/deploy_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "deploy on api-dev"
ssh -o StrictHostKeyChecking=no -i $1 [email protected] $(cat $DIR/../docker/demo/start_instance.sh)

echo "deploy on api-dev-arm"
ssh -o StrictHostKeyChecking=no -i $1 [email protected] $(cat $DIR/../docker/demo-arm64v8/start_instance.sh)
#echo "deploy on api-dev-arm"
#ssh -o StrictHostKeyChecking=no -i $1 [email protected] $(cat $DIR/../docker/demo-arm64v8/start_instance.sh)

0 comments on commit 98e7fd6

Please sign in to comment.