-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into development
- Loading branch information
Showing
4 changed files
with
11 additions
and
10 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
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
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,9 +2,9 @@ FROM metacell/java-virgo-maven:development | |
|
||
LABEL maintainer="Facundo Rodriguez <[email protected]>" | ||
|
||
ARG targetBranch=development | ||
ARG originBranch=development | ||
ARG defaultBranch=development | ||
ARG targetBranch=master | ||
ARG originBranch=master | ||
ARG defaultBranch=master | ||
|
||
RUN /bin/echo -e "\e[1;35mORIGIN BRANCH ------------ $originBranch\e[0m" &&\ | ||
/bin/echo -e "\e[1;35mTARGET BRANCH ------------ $targetBranch\e[0m" &&\ | ||
|
@@ -59,5 +59,6 @@ WORKDIR $HOME | |
RUN mkdir rm $SERVER_HOME/./repository/usr | ||
RUN cd $HOME/workspace/org.geppetto/utilities/source_setup && python update_server.py | ||
|
||
|
||
EXPOSE 8080 | ||
CMD [ "/bin/bash", "-c", "$SERVER_HOME/bin/startup.sh" ] |
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,9 +2,9 @@ FROM metacell/java-virgo-maven:development | |
|
||
LABEL maintainer="Facundo Rodriguez <[email protected]>" | ||
|
||
ARG targetBranch=development | ||
ARG originBranch=development | ||
ARG defaultBranch=development | ||
ARG targetBranch=master | ||
ARG originBranch=master | ||
ARG defaultBranch=master | ||
|
||
RUN /bin/echo -e "\e[1;35mORIGIN BRANCH ------------ $originBranch\e[0m" &&\ | ||
/bin/echo -e "\e[1;35mTARGET BRANCH ------------ $targetBranch\e[0m" &&\ | ||
|