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
16317f87cb
2 changed files with 11 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ RUN /opt/keycloak/bin/kc.sh build
|
|||
FROM quay.io/keycloak/keycloak:${TAG}
|
||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
||||
ADD themes/ /opt/keycloak/themes/
|
||||
ADD attribute-endpoints-provider.jar /opt/keycloak/providers/attribute-endpoints-provider.jar
|
||||
|
||||
# Runtime options to be set in compose directly.
|
||||
|
||||
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
|
||||
ENTRYPOINT ["/opt/keycloak/bin/kc.sh" "--features=declarative-ui"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue