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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 8319c5d3 Java 21
8319c5d3 is described below

commit 8319c5d3744f297eedbd265d5dab45195a50eba3
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Nov 18 13:19:06 2025 -0500

    Java 21
---
 karavan-app/src/main/docker/Dockerfile                | 4 ++--
 karavan-app/src/main/resources/application.properties | 4 ++--
 karavan-devmode/Dockerfile                            | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/karavan-app/src/main/docker/Dockerfile 
b/karavan-app/src/main/docker/Dockerfile
index 233b0dbe..d7905768 100644
--- a/karavan-app/src/main/docker/Dockerfile
+++ b/karavan-app/src/main/docker/Dockerfile
@@ -13,13 +13,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM eclipse-temurin:17-jdk
+FROM eclipse-temurin:21-jdk
 
 LABEL "org.opencontainers.image.title"="karavan"
 LABEL "org.opencontainers.image.description"="Apache Camel Karavan"
 LABEL "org.opencontainers.image.url"="https://camel.apache.org";
 LABEL "org.opencontainers.image.licenses"="Apache 2.0"
-LABEL "org.opencontainers.image.version"="4.8."
+LABEL "org.opencontainers.image.version"="4.14.2"
 LABEL "org.apache.camel.karavan/type"="internal"
 
 RUN mkdir /opt/app
diff --git a/karavan-app/src/main/resources/application.properties 
b/karavan-app/src/main/resources/application.properties
index f01f7586..ae598388 100644
--- a/karavan-app/src/main/resources/application.properties
+++ b/karavan-app/src/main/resources/application.properties
@@ -24,7 +24,7 @@ karavan.container.status.interval=2s
 karavan.container.statistics.interval=10s
 # karavan.container.statistics.interval should be off in kubernetes
 
-karavan.devmode.image=ghcr.io/apache/camel-karavan-devmode:4.14.0
+karavan.devmode.image=ghcr.io/apache/camel-karavan-devmode:4.14.2
 karavan.devmode.service.account=karavan
 karavan.builder.service.account=karavan
 karavan.secret.name=karavan
@@ -40,7 +40,7 @@ karavan.keycloak.backend.clientId=backend
 karavan.keycloak.backend.secret=karavan
 
 # Git repository Configuration
-karavan.git.repository=http://localhost:3000/karavan/karavan.git
+karavan.git.repository=http://gitea:3000/karavan/karavan.git
 karavan.git.username=karavan
 karavan.git.password=karavankaravan
 karavan.git.branch=main
diff --git a/karavan-devmode/Dockerfile b/karavan-devmode/Dockerfile
index 0e48967d..7307b4a3 100644
--- a/karavan-devmode/Dockerfile
+++ b/karavan-devmode/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM maven:3.9.9-eclipse-temurin-17
+FROM maven:3.9.9-eclipse-temurin-21
 
 LABEL "org.opencontainers.image.title"="karavan-devmode"
 LABEL "org.opencontainers.image.description"="Apache Camel Karavan DevMode"

Reply via email to