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 c9c42fe commit 9f9b7fcCopy full SHA for 9f9b7fc
1 file changed
infinispan-embedded/kubernetes/pom.xml
@@ -98,7 +98,7 @@
98
<name>${options.image}</name>
99
<alias>infinispan</alias>
100
<build>
101
- <from>registry.access.redhat.com/ubi9/openjdk-21-runtime</from>
+ <from>eclipse-temurin:21-jre</from>
102
<env>
103
<JAVA_APP_JAR>/maven/${project.artifactId}-${project.version}.jar</JAVA_APP_JAR>
104
<JAVA_OPTS>${options.debug} ${options.useIPv4} ${options.dnsPing}</JAVA_OPTS>
0 commit comments