-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
apisu
authored and
apisu
committed
May 4, 2018
1 parent
18ba81f
commit 98e7fd6
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) |