enable declarative user profiles

https://www.keycloak.org/docs/latest/server_admin/#user-profile
This commit is contained in:
Philipp 2025-01-28 20:41:21 +01:00
parent 0a572ac99a
commit 6253a1bb8e
Signed by: philipp
SSH key fingerprint: SHA256:ZWe7taUXeJb8xtjCZE7rZ3baSkVpBPjE4hdoKyJpfQE

View file

@ -1,7 +1,7 @@
ARG KEYCLOAK_VERSION
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder
RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres
RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres --features=declarative-user-profile
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION}
WORKDIR /opt/keycloak