-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Kyle Aure <[email protected]>
- Loading branch information
1 parent
4115b0f
commit b712c1f
Showing
10 changed files
with
69 additions
and
153 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 |
---|---|---|
@@ -1,17 +1,3 @@ | ||
# OpenLiberty | ||
FROM openliberty/open-liberty:full-java8-openj9-ubi | ||
COPY src/main/liberty/config /config/ | ||
ADD build/libs/myservice.war /config/apps/ | ||
|
||
# Wildfly | ||
#FROM jboss/wildfly | ||
#ADD build/libs/myservice.war /opt/jboss/wildfly/standalone/deployments/ | ||
|
||
# Payara | ||
#FROM payara/micro:5.193 | ||
#CMD ["--deploymentDir", "/opt/payara/deployments", "--noCluster"] | ||
#ADD build/libs/myservice.war /opt/payara/deployments | ||
|
||
# TomEE | ||
#FROM tomee:8-jre-8.0.0-M2-microprofile | ||
#COPY build/libs/myservice.war /usr/local/tomee/webapps/ | ||
ADD build/libs/myservice.war /config/apps/ |
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 |
---|---|---|
@@ -1,17 +1,3 @@ | ||
# OpenLiberty | ||
FROM openliberty/open-liberty:full-java8-openj9-ubi | ||
COPY src/main/liberty/config /config/ | ||
ADD build/libs/myservice.war /config/dropins/ | ||
|
||
# Wildfly | ||
#FROM jboss/wildfly | ||
#ADD build/libs/myservice.war /opt/jboss/wildfly/standalone/deployments/ | ||
|
||
# Payara | ||
#FROM payara/micro:5.193 | ||
#CMD ["--deploymentDir", "/opt/payara/deployments", "--noCluster"] | ||
#ADD build/libs/myservice.war /opt/payara/deployments | ||
|
||
# TomEE | ||
#FROM tomee:8-jre-8.0.0-M2-microprofile | ||
#COPY build/libs/myservice.war /usr/local/tomee/webapps/ | ||
ADD build/libs/myservice.war /config/dropins/ |
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 |
---|---|---|
@@ -1,17 +1,3 @@ | ||
# OpenLiberty | ||
FROM openliberty/open-liberty:full-java8-openj9-ubi | ||
COPY src/main/liberty/config /config/ | ||
ADD build/libs/myservice.war /config/dropins/ | ||
|
||
# Wildfly | ||
#FROM jboss/wildfly | ||
#ADD build/libs/myservice.war /opt/jboss/wildfly/standalone/deployments/ | ||
|
||
# Payara | ||
#FROM payara/micro:5.193 | ||
#CMD ["--deploymentDir", "/opt/payara/deployments", "--noCluster"] | ||
#ADD build/libs/myservice.war /opt/payara/deployments | ||
|
||
# TomEE | ||
#FROM tomee:8-jre-8.0.0-M2-microprofile | ||
#COPY build/libs/myservice.war /usr/local/tomee/webapps/ | ||
ADD build/libs/myservice.war /config/dropins/ |
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 |
---|---|---|
@@ -1,16 +1,3 @@ | ||
FROM openliberty/open-liberty:full-java8-openj9-ubi | ||
COPY src/main/liberty/config /config/ | ||
ADD target/myservice.war /config/dropins/ | ||
|
||
# Wildfly | ||
#FROM jboss/wildfly | ||
#ADD target/myservice.war /opt/jboss/wildfly/standalone/deployments/ | ||
|
||
# Payara | ||
#FROM payara/micro:5.193 | ||
#CMD ["--deploymentDir", "/opt/payara/deployments", "--noCluster"] | ||
#ADD target/myservice.war /opt/payara/deployments | ||
|
||
# TomEE | ||
#FROM tomee:8-jre-8.0.0-M2-microprofile | ||
#COPY target/myservice.war /usr/local/tomee/webapps/ |
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