-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from /issues/128-openj9
Fix #128: Improve Docker container footprint by switching to OpenJ9
- Loading branch information
Showing
7 changed files
with
14 additions
and
14 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,8 +1,8 @@ | ||
FROM tomcat:9-jdk11 | ||
FROM tomcat:jdk11-adoptopenjdk-openj9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
|
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,8 +1,8 @@ | ||
FROM tomcat:9-jdk11 | ||
FROM tomcat:jdk11-adoptopenjdk-openj9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
|
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,8 +1,8 @@ | ||
FROM tomcat:9-jdk11 | ||
FROM tomcat:jdk11-adoptopenjdk-openj9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
|
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,8 +1,8 @@ | ||
FROM tomcat:9-jdk11 | ||
FROM tomcat:jdk11-adoptopenjdk-openj9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
|
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,8 +1,8 @@ | ||
FROM tomcat:9-jdk11 | ||
FROM tomcat:jdk11-adoptopenjdk-openj9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
|
||
# Clear root context | ||
|
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,8 +1,8 @@ | ||
FROM tomcat:9-jdk11 | ||
FROM tomcat:jdk11-adoptopenjdk-openj9 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Prepare environment variables | ||
ENV JAVA_HOME /usr/local/openjdk-11 | ||
ENV JAVA_HOME /opt/java/openjdk | ||
ENV TOMCAT_HOME /usr/local/tomcat | ||
ENV WEBFLOW_RESOURCES /opt/ext-resources | ||
|
||
|