upgrade to jdk17
This commit is contained in:
parent
a42895297a
commit
6fda89f128
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
FROM docker.inteligr8.com/inteligr8/java-dcevm-hotswap:${java-dcevm-hotswap.version}
|
FROM docker.inteligr8.com/inteligr8/jdk-hotswap:${jdk-hotswap.version}
|
||||||
|
|
||||||
# Configure the Apache Tomcat Catalina script
|
# Configure the Apache Tomcat Catalina script
|
||||||
ENV JAVA_MEMORY_INIT=128m
|
ENV JAVA_MEMORY_INIT=128m
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Apache Tomcat Application Container Image with Hot-Reloading
|
# Apache Tomcat Application Container Image with Hot-Reloading
|
||||||
|
|
||||||
This project creates a Docker image that has uses the [Java DCEVM Hotswap Docker Image](/inteligr8/java-dcevm-hotswap-docker) to support hot-reloading for the enablement of rapid application development. As a Docker image, containers can be started to facilitate development without requiring complicated installations on developer workstations.
|
This project creates a Docker image that has uses the [Java Hotswap Docker Image](/inteligr8/jdk-hotswap-docker) to support hot-reloading for the enablement of rapid application development. As a Docker image, containers can be started to facilitate development without requiring complicated installations on developer workstations.
|
||||||
|
|
||||||
It is expected that containers are configured in Maven using the Fabric8 or Spotify Docker plugins. These configurations should expose the 8080 (HTTP) and 8000 (debugger) ports and any other port that the application may open. Most importantly, it should mount/bind the source code to the following possible paths.
|
It is expected that containers are configured in Maven using the Fabric8 or Spotify Docker plugins. These configurations should expose the 8080 (HTTP) and 8000 (debugger) ports and any other port that the application may open. Most importantly, it should mount/bind the source code to the following possible paths.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. /usr/local/bin/java-dcevm-hotswap-setenv.sh
|
. /usr/local/bin/jdk-hotswap-setenv.sh
|
||||||
. /usr/local/bin/${namespace.prefix}-setenv.sh
|
. /usr/local/bin/${namespace.prefix}-setenv.sh
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
8
pom.xml
8
pom.xml
@ -3,14 +3,14 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.inteligr8</groupId>
|
<groupId>com.inteligr8</groupId>
|
||||||
<artifactId>tomcat-rad</artifactId>
|
<artifactId>tomcat-rad</artifactId>
|
||||||
<version>9-1.5</version>
|
<version>9-2.0</version>
|
||||||
<name>Apache Tomcat for Rapid Application Development</name>
|
<name>Apache Tomcat for Rapid Application Development</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The release version of the Java DCEVM Hotswap Docker image -->
|
<!-- The release version of the Java Hotswap Docker image -->
|
||||||
<!-- See: https://bitbucket.org/inteligr8/java-dcevm-hotswap-docker -->
|
<!-- See: https://bitbucket.org/inteligr8/jdk-hotswap-docker -->
|
||||||
<java-dcevm-hotswap.version>11.0.15-1.4.1</java-dcevm-hotswap.version>
|
<jdk-hotswap.version>1.4.1-jbr-17.0.8</jdk-hotswap.version>
|
||||||
|
|
||||||
<namespace.prefix>tomcat-rad</namespace.prefix>
|
<namespace.prefix>tomcat-rad</namespace.prefix>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user