This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 345872bea chore: nightly automatic updates
345872bea is described below
commit 345872beaf447f129fafd392a35ccb33f07f05ef
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 23:48:43 2026 +0000
chore: nightly automatic updates
---
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 274e61bd9..62705bcbc 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -29,7 +29,7 @@ const (
DefaultRuntimeVersion = "3.15.3"
// baseImage --
- baseImage =
"eclipse-temurin:17-jdk@sha256:2cffc61cde3d5bd27a764c87508eb7714856fe396ab56a0f37e180a9e876bca2"
+ baseImage =
"eclipse-temurin:17-jdk@sha256:cc8d306395be4a8375277887d83e9e77eae05c26b6eba8ef320e5f0640e3a1fe"
// LocalRepository --
LocalRepository = "/etc/maven/m2"
diff --git a/script/Makefile b/script/Makefile
index a559fdabe..1fb4991b4 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -51,7 +51,7 @@ BASE_IMAGE_NAME := eclipse-temurin
BASE_IMAGE_VERSION := 17-jdk
OFFICIAL_IMAGE_VERSION := 17-jdk
BASE_IMAGE_SHA_VERSION := 17-jdk
-BASE_IMAGE_SHA :=
sha256:2cffc61cde3d5bd27a764c87508eb7714856fe396ab56a0f37e180a9e876bca2
+BASE_IMAGE_SHA :=
sha256:cc8d306395be4a8375277887d83e9e77eae05c26b6eba8ef320e5f0640e3a1fe
BASE_IMAGE := $(BASE_IMAGE_NAME):$(BASE_IMAGE_VERSION)$(if $(filter
$(BASE_IMAGE_VERSION),$(BASE_IMAGE_SHA_VERSION)),@$(BASE_IMAGE_SHA),)
LOCAL_REPOSITORY := /etc/maven/m2
OPENSHIFT_REGISTRY := image-registry.openshift-image-registry.svc:5000