We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d930275 commit b3564c3Copy full SHA for b3564c3
server/Dockerfile
@@ -1,11 +1,11 @@
1
# Use latest jboss/base-jdk:8 image as the base
2
-FROM jboss/base-jdk:8
+FROM jboss/base-jdk:11
3
4
# Set the INFINISPAN_SERVER_HOME env variable
5
ENV INFINISPAN_SERVER_HOME /opt/jboss/infinispan-server
6
7
# Set the INFINISPAN_VERSION env variable
8
-ENV INFINISPAN_VERSION 10.0.0.Beta2
+ENV INFINISPAN_VERSION 10.0.0.Beta3
9
10
# Ensure signals are forwarded to the JVM process correctly for graceful shutdown
11
ENV LAUNCH_JBOSS_IN_BACKGROUND true
0 commit comments