File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ### Changed
12+
13+ - Bump keycloak to 26.5.3 #543
14+
1115## [ 0.2.0] - 2026-02-03
1216
1317### Added
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ services:
337337 pull_policy : build
338338
339339 keycloak :
340- image : quay.io/keycloak/keycloak:26.2.5
340+ image : quay.io/keycloak/keycloak:26.5.3
341341 volumes :
342342 - ./src/keycloak/realm.json:/opt/keycloak/data/import/realm.json:ro
343343 - ./src/keycloak/themes/dsfr-2.2.1.jar:/opt/keycloak/providers/keycloak-theme.jar:ro
@@ -348,7 +348,8 @@ services:
348348 - start-dev
349349 - --features=preview
350350 - --import-realm
351- - --proxy=edge
351+ - --proxy-headers=xforwarded
352+ - --http-enabled=true
352353 - --hostname=$${HOST}
353354 - --hostname-admin=$${ADMIN_HOST}
354355 - --http-port=8802
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ services:
5454 - start-dev
5555 - --features=preview
5656 - --import-realm
57- - --proxy=edge
57+ - --proxy-headers=xforwarded
58+ - --http-enabled=true
5859 - --hostname=$${HOST}
5960 - --hostname-admin=$${ADMIN_HOST}
6061 - --http-port=8802
Original file line number Diff line number Diff line change 1313zip -r /custom-scripts.jar META-INF *.js
1414EOR
1515
16- FROM quay.io/keycloak/keycloak:26.4.7 AS builder
16+ FROM quay.io/keycloak/keycloak:26.5.3 AS builder
1717
1818WORKDIR /opt/keycloak
1919COPY --chown=keycloak:keycloak --chmod=644 themes/dsfr-2.2.1.jar /opt/keycloak/providers/dsfr.jar
@@ -25,7 +25,7 @@ ARG KC_DB=postgres
2525
2626RUN /opt/keycloak/bin/kc.sh build
2727
28- FROM quay.io/keycloak/keycloak:26.4.7
28+ FROM quay.io/keycloak/keycloak:26.5.3
2929
3030COPY --from=builder /opt/keycloak/ /opt/keycloak/
3131ENTRYPOINT ["/opt/keycloak/bin/kc.sh" ]
Original file line number Diff line number Diff line change 22
33set -e
44
5- KEYCLOAK_VERSION=" 26.2.1 "
5+ KEYCLOAK_VERSION=" 26.5.3 "
66KEYCLOAK_DIST=" https://github.com/keycloak/keycloak/releases/download/${KEYCLOAK_VERSION} /keycloak-${KEYCLOAK_VERSION} .tar.gz"
77
88echo " -----> Downloading Keycloak $KEYCLOAK_VERSION "
You can’t perform that action at this time.
0 commit comments