-
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.
- Loading branch information
1 parent
88392d9
commit 8a47f3e
Showing
7 changed files
with
5 additions
and
74 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 |
---|---|---|
|
@@ -51,6 +51,7 @@ jobs: | |
include: | ||
- category: JAXRS | ||
projects: > | ||
jaxrs-json | ||
jaxrs-basicauth | ||
jaxrs-mpjwt | ||
everything-app | ||
|
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 (not working yet) | ||
#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
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
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/ |