This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.11.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3de53f55c3073abf7834c72e2bfd10381e1a178a Author: Luca Burgazzoli <lburgazz...@gmail.com> AuthorDate: Mon Jan 23 15:15:02 2023 +0100 feat: use eclipse-temurin:11 as runtime base image --- 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 ca84f8685..e3fc4be87 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -35,7 +35,7 @@ const ( KanikoVersion = "0.17.1" // baseImage -- - baseImage = "docker.io/adoptopenjdk/openjdk11:slim" + baseImage = "docker.io/eclipse-temurin:11" // LocalRepository -- LocalRepository = "/tmp/artifacts/m2" diff --git a/script/Makefile b/script/Makefile index 132a5a28e..544fddf8d 100644 --- a/script/Makefile +++ b/script/Makefile @@ -25,7 +25,7 @@ CODEGEN_VERSION := v0.23.5 OPERATOR_SDK_VERSION := v1.16.0 KUSTOMIZE_VERSION := v4.1.2 OPM_VERSION := v1.24.0 -BASE_IMAGE := docker.io/adoptopenjdk/openjdk11:slim +BASE_IMAGE := docker.io/eclipse-temurin:11 LOCAL_REPOSITORY := /tmp/artifacts/m2 IMAGE_NAME ?= docker.io/apache/camel-k