diff --git a/.github/renovate.json b/.github/renovate.json index 90a28b1fb4..07e9b71baa 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -89,13 +89,22 @@ "extractVersionTemplate": "^(?.*)?(\\.(?.*))?$", "versioningTemplate": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)?(\\.(?.*))?$" }, + { + "customType": "regex", + "fileMatch": ["kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/Constants.java"], + "matchStrings": [ + "(?quay.io/kroxylicious/python-kafka-test-client):(?\\d+\\.\\d+\\.\\d+)-(?\\d+\\.\\d+\\.\\d+)" + ], + "datasourceTemplate": "docker", + "extractVersionTemplate": "^(?.*)?(-(?.*))?$", + "versioningTemplate": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)?(-(?\\.*))?$" + }, { "customType": "regex", "fileMatch": ["kroxylicious-systemtests/src/main/java/io/kroxylicious/systemtests/Constants.java"], "matchStrings": [ "(?quay.io/kroxylicious/kcat):(?\\d+\\.\\d+\\.\\d+)", - "(?quay.io/kroxylicious/kaf):(?\\d+\\.\\d+\\.\\d+)", - "(?quay.io/kroxylicious/python-kafka-test-client):(?\\d+\\.\\d+\\.\\d+-\\d+\\.\\d+\\.\\d+)" + "(?quay.io/kroxylicious/kaf):(?\\d+\\.\\d+\\.\\d+)" ], "datasourceTemplate": "docker" }, diff --git a/Dockerfile b/Dockerfile index 3642a258ba..e8bee095a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 # -FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1761163788 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1762870924 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.operator b/Dockerfile.operator index cf3988d199..957cb438df 100644 --- a/Dockerfile.operator +++ b/Dockerfile.operator @@ -4,7 +4,7 @@ # Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 # -FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1761163788 AS builder +FROM registry.access.redhat.com/ubi9/openjdk-17:1.23-6.1762870924 AS builder ARG TARGETOS=linux ARG TARGETARCH