-
Notifications
You must be signed in to change notification settings - Fork 5
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
634ae4b
commit a0fe2cb
Showing
9 changed files
with
24 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
FROM docker.io/library/jetty:11-jre17 | ||
FROM docker.io/library/jetty:12-jre21-eclipse-temurin | ||
# WARNING DO NOT CHANGE WORKDIR or set it back to what it was before | ||
# $JETTY_BASE must be correct before starting Jetty | ||
|
||
COPY target/*.war /var/lib/jetty/webapps/ROOT.war | ||
|
||
RUN java -jar "$JETTY_HOME/start.jar" --add-modules=ee9-deploy,ee9-jsp,ee9-jstl |
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,5 +1,7 @@ | ||
FROM docker.io/library/jetty:11-jre17 | ||
FROM docker.io/library/jetty:12-jre21-eclipse-temurin | ||
# WARNING DO NOT CHANGE WORKDIR or set it back to what it was before | ||
# $JETTY_BASE must be correct before starting Jetty | ||
|
||
COPY target/*.war /var/lib/jetty/webapps/ROOT.war | ||
|
||
RUN java -jar "$JETTY_HOME/start.jar" --add-modules=ee9-deploy,ee9-jsp,ee9-jstl |
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,5 +1,7 @@ | ||
FROM docker.io/library/jetty:11-jre17 | ||
FROM docker.io/library/jetty:12-jre21-eclipse-temurin | ||
# WARNING DO NOT CHANGE WORKDIR or set it back to what it was before | ||
# $JETTY_BASE must be correct before starting Jetty | ||
|
||
COPY target/*.war /var/lib/jetty/webapps/ROOT.war | ||
|
||
RUN java -jar "$JETTY_HOME/start.jar" --add-modules=ee9-deploy,ee9-jsp,ee9-jstl |
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,5 +1,7 @@ | ||
FROM docker.io/library/jetty:11-jre17 | ||
FROM docker.io/library/jetty:12-jre21-eclipse-temurin | ||
# WARNING DO NOT CHANGE WORKDIR or set it back to what it was before | ||
# $JETTY_BASE must be correct before starting Jetty | ||
|
||
COPY target/*.war /var/lib/jetty/webapps/ROOT.war | ||
|
||
RUN java -jar "$JETTY_HOME/start.jar" --add-modules=ee9-deploy,ee9-jsp,ee9-jstl |
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