Skip to content

Commit

Permalink
change integration base image (apache#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihikokuroda authored and GitHub Enterprise committed Apr 28, 2021
1 parent 01cb487 commit 4e6f3c6
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 = "adoptopenjdk/openjdk11:slim"
baseImage = "registry.access.redhat.com/ubi8/openjdk-11:1.3"

// 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 @@ -20,7 +20,7 @@ LAST_RELEASED_VERSION := 1.3.1
RUNTIME_VERSION := 1.6.0
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1
BASE_IMAGE := adoptopenjdk/openjdk11:slim
BASE_IMAGE := registry.access.redhat.com/ubi8/openjdk-11:1.3
LOCAL_REPOSITORY := /tmp/artifacts/m2
IMAGE_NAME := docker.io/apache/camel-k
RELEASE_GIT_REMOTE := upstream
Expand Down

0 comments on commit 4e6f3c6

Please sign in to comment.