Skip to content

Commit

Permalink
auto commit and push by cuilan on 2024-12-12 16:10:34
Browse files Browse the repository at this point in the history
  • Loading branch information
cuilan committed Dec 12, 2024
1 parent 3e11efb commit 9e1bd65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions tomcat/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ TOMCAT:
DO ../udcs/os/debian+COMMON_PKG
DO ../udcs/os/debian+LOCALE
DO ../udcs/os/debian+TIMEZONE
DO ../udcs+TINI

ENTRYPOINT ["tini","--"]
ENTRYPOINT []

CMD ["catalina.sh" "run"]

############################# runtime ##############################

build-tomcat9.0.97-jre17:
DO ../udcs/image+TOMCAT8_JRE17
DO ../udcs/image+TOMCAT9_JRE17
DO +TOMCAT

ARG --required BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion udcs/image/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ JRE17_OPENJ9:

# -------------------------------------

TOMCAT8_JRE17:
TOMCAT9_JRE17:
FUNCTION
FROM tomcat:9.0.97-jre17-temurin-noble

Expand Down

0 comments on commit 9e1bd65

Please sign in to comment.