This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 421a130692528f94c27959850e59f7c31f2c10f8
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Feb 13 15:21:02 2024 +0000

    Use eclipse-temurin:17-jdk as openssl got removed in the ubi image
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c64f7a248..d973f754b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
         
<couchdb.container.image>docker.io/couchdb:2.3.1</couchdb.container.image>
         
<derby.container.image>docker.io/az82/docker-derby:10.16</derby.container.image>
         
<eclipse-mosquitto.container.image>docker.io/eclipse-mosquitto:1.6.15</eclipse-mosquitto.container.image>
-        
<eclipse-temurin.container.image>eclipse-temurin:17-ubi9-minimal</eclipse-temurin.container.image>
+        
<eclipse-temurin.container.image>eclipse-temurin:17-jdk</eclipse-temurin.container.image>
         
<elasticsearch.container.image>docker.io/elasticsearch:8.8.1</elasticsearch.container.image>
         
<fhir.container.image.base>docker.io/hapiproject/hapi</fhir.container.image.base>
         
<fhir.container.image>${fhir.container.image.base}:v6.6.0</fhir.container.image>

Reply via email to