Skip to content

Commit

Permalink
feat: use eclipse-temurin:11 as runtime base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jan 23, 2023
1 parent 1923898 commit 6efc791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CODEGEN_VERSION := v0.25.2
OPERATOR_SDK_VERSION := v1.16.0
KUSTOMIZE_VERSION := v4.5.4
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

Expand Down

0 comments on commit 6efc791

Please sign in to comment.