fixed java download
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt update && apt -y install curl
|
|||||||
|
|
||||||
# Download & Install DCEVM Java
|
# Download & Install DCEVM Java
|
||||||
RUN mkdir -p /usr/local/lib/jvm && \
|
RUN mkdir -p /usr/local/lib/jvm && \
|
||||||
curl -L https://github.com/TravaOpenJDK/trava-jdk-${dcevm.majorVersion}-dcevm/releases/download/dcevm-${dcevm.version}/java${dcevm.majorVersion}-openjdk-dcevm-linux.tar.gz -o /usr/local/lib/jvm/java-openjdk-dcevm.tar.gz && \
|
curl -L https://github.com/TravaOpenJDK/trava-jdk-${dcevm.majorVersion}-dcevm/releases/download/dcevm-${dcevm.version}/java${dcevm.majorVersion}-openjdk-dcevm-${dcevm.os-arch}.tar.gz -o /usr/local/lib/jvm/java-openjdk-dcevm.tar.gz && \
|
||||||
cd /usr/local/lib/jvm && tar xzvf java-openjdk-dcevm.tar.gz && mv dcevm-${dcevm.version} java-openjdk-dcevm && rm java-openjdk-dcevm.tar.gz
|
cd /usr/local/lib/jvm && tar xzvf java-openjdk-dcevm.tar.gz && mv dcevm-${dcevm.version} java-openjdk-dcevm && rm java-openjdk-dcevm.tar.gz
|
||||||
|
|
||||||
# Download Hotswap Agent
|
# Download Hotswap Agent
|
||||||
|
3
pom.xml
3
pom.xml
@@ -15,8 +15,9 @@
|
|||||||
|
|
||||||
<!-- The version of Java DCEVM to use for executing Apache Tomcat -->
|
<!-- The version of Java DCEVM to use for executing Apache Tomcat -->
|
||||||
<!-- See: https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releases -->
|
<!-- See: https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releases -->
|
||||||
<dcevm.version>11.0.10+6</dcevm.version>
|
<dcevm.version>11.0.10+5</dcevm.version>
|
||||||
<dcevm.majorVersion>11</dcevm.majorVersion>
|
<dcevm.majorVersion>11</dcevm.majorVersion>
|
||||||
|
<dcevm.os-arch>linux</dcevm.os-arch>
|
||||||
|
|
||||||
<!-- The version of the Hotswap Agent to use -->
|
<!-- The version of the Hotswap Agent to use -->
|
||||||
<!-- See: https://github.com/HotswapProjects/HotswapAgent/releases -->
|
<!-- See: https://github.com/HotswapProjects/HotswapAgent/releases -->
|
||||||
|
Reference in New Issue
Block a user