From d6ee87b4f7636dbb663d59aa5704a9c34d3bb4d0 Mon Sep 17 00:00:00 2001
From: Fritz Grimpen <grimpen@uni-bremen.de>
Date: Fri, 13 Dec 2024 17:26:07 +0100
Subject: [PATCH] Upgrade keycloak to v26.0.7

---
 keycloak/Containerfile | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/keycloak/Containerfile b/keycloak/Containerfile
index c6e88fc..09d1c4a 100644
--- a/keycloak/Containerfile
+++ b/keycloak/Containerfile
@@ -1,11 +1,16 @@
-FROM quay.io/keycloak/keycloak:26.0.6
+FROM quay.io/keycloak/keycloak:26.0.7
 
 ENV KC_DB=postgres
 ENV KC_FEATURES=token-exchange,scripts,admin-fine-grained-authz
-ENV KC_HOSTNAME=https://auth.ccchb.de
-ENV KC_HTTP_ENABLED=true
-ENV KC_PROXY_HEADERS=xforwarded
 
 RUN /opt/keycloak/bin/kc.sh build
 
+LABEL org.opencontainers.image.authors=""
+LABEL org.opencontainers.image.url="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak"
+LABEL org.opencontainers.image.source="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak"
+LABEL org.opencontainers.image.documentation="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak"
+LABEL org.opencontainers.image.version=26.0.5
+LABEL org.opencontainers.image.vendor="CCC Bremen"
+LABEL org.opencontainers.image.description="Keycloak image for auth.ccchb.de"
+
 ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]