This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new fd8fa89d46 Use eclipse-temurin:17-jdk as openssl got removed in the
ubi image
fd8fa89d46 is described below
commit fd8fa89d46fb01fdd7e43c1d86308937e881c6ab
Author: James Netherton <[email protected]>
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 de2b61e4d0..5c26c88cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
<couchbase.container.image>docker.io/couchbase/server:7.2.0</couchbase.container.image>
<couchdb.container.image>docker.io/couchdb:2.3.1</couchdb.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.8.3</fhir.container.image>