*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Verified Commit 9e2a2b88 authored by Tsepelakis, Sotirios's avatar Tsepelakis, Sotirios 🎯
Browse files

⬆️ Keycloak: bump to v26.0

parent 7fe5c181
No related branches found
No related tags found
1 merge request!23Bump Keycloak version & minor script fixes
Pipeline #280982 passed with stages
in 24 seconds
......@@ -17,11 +17,10 @@ services:
retries: 5
keycloak:
image: crdm-keycloak:${KC_TAG:-latest}
image: crdm-keycloak:26.0
build:
context: ./keycloak
args:
- KC_TAG=${KC_TAG:-latest}
- KC_USER=${KC_USER:-1000}
restart: "unless-stopped"
environment:
......
ARG KC_TAG
ARG KC_USER
FROM registry.access.redhat.com/ubi9 AS ubi-micro-build
......@@ -6,7 +5,7 @@ COPY ca-certificates/* /etc/pki/ca-trust/source/anchors/
RUN update-ca-trust
FROM quay.io/keycloak/keycloak:${KC_TAG}
FROM quay.io/keycloak/keycloak:26.0
COPY --from=ubi-micro-build /etc/pki /etc/pki
USER ${KC_USER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment