add attribute-endpoints-provider plugin to keycloak
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
This commit is contained in:
parent
a14f114d0f
commit
2a1a8b269f
2 changed files with 11 additions and 0 deletions
|
|
@ -2,8 +2,10 @@ ARG TAG=latest
|
|||
FROM quay.io/keycloak/keycloak:${TAG} as builder
|
||||
|
||||
ENV KC_DB=postgres
|
||||
ENV KC_FEATURES=declarative-ui
|
||||
|
||||
WORKDIR /opt/keycloak
|
||||
ADD attribute-endpoints-provider.jar /opt/keycloak/providers/attribute-endpoints-provider.jar
|
||||
RUN /opt/keycloak/bin/kc.sh build
|
||||
|
||||
FROM quay.io/keycloak/keycloak:${TAG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue