This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 30a2d1d67 Update quay.io/keycloak/keycloak Docker tag to v26.5.4 
(#3851)
30a2d1d67 is described below

commit 30a2d1d67911388e099f32323936c05a885cf76c
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Feb 20 10:58:17 2026 +0000

    Update quay.io/keycloak/keycloak Docker tag to v26.5.4 (#3851)
---
 getting-started/keycloak/docker-compose.yml                             | 2 +-
 .../apache/polaris/test/commons/keycloak/Dockerfile-keycloak-version    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/getting-started/keycloak/docker-compose.yml 
b/getting-started/keycloak/docker-compose.yml
index f8a5ebd79..b85bd3db6 100644
--- a/getting-started/keycloak/docker-compose.yml
+++ b/getting-started/keycloak/docker-compose.yml
@@ -85,7 +85,7 @@ services:
       test: ["CMD", "test", "-f", "/tmp/polaris-setup-done"]
 
   keycloak:
-    image: quay.io/keycloak/keycloak:26.5.3
+    image: quay.io/keycloak/keycloak:26.5.4
     ports:
       - "8080:8080"
     environment:
diff --git 
a/runtime/test-common/src/main/resources/org/apache/polaris/test/commons/keycloak/Dockerfile-keycloak-version
 
b/runtime/test-common/src/main/resources/org/apache/polaris/test/commons/keycloak/Dockerfile-keycloak-version
index cfaf6aba1..906586cca 100644
--- 
a/runtime/test-common/src/main/resources/org/apache/polaris/test/commons/keycloak/Dockerfile-keycloak-version
+++ 
b/runtime/test-common/src/main/resources/org/apache/polaris/test/commons/keycloak/Dockerfile-keycloak-version
@@ -19,4 +19,4 @@
 
 # Dockerfile to provide the image name and tag to a test.
 # Version is managed by Renovate - do not edit.
-FROM quay.io/keycloak/keycloak:26.5.3
+FROM quay.io/keycloak/keycloak:26.5.4

Reply via email to