Skip to content

Commit

Permalink
Update Kaniko and Maven builders (#10338)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj authored Jul 14, 2024
1 parent 9752de8 commit dd3c3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-images/kaniko-executor/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME := kaniko-executor
KANIKO_EXECUTOR = gcr.io/kaniko-project/executor:v1.23.1
KANIKO_EXECUTOR = gcr.io/kaniko-project/executor:v1.23.2

docker_build:
# The Kaniko executor image used for building new Kafka Connect images with additional connectors is not build from
Expand Down
2 changes: 1 addition & 1 deletion docker-images/maven-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/openjdk-17:1.18
FROM registry.access.redhat.com/ubi9/openjdk-17:1.20

LABEL org.opencontainers.image.source='https://github.com/strimzi/strimzi-kafka-operator'

Expand Down

0 comments on commit dd3c3b7

Please sign in to comment.