Skip to content

Commit

Permalink
solev docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Dec 18, 2024
1 parent 1fbe953 commit 74d7eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ FROM quay.io/keycloak/keycloak:latest as druid-builder
ENV KC_FEATURES=token-exchange
ENV KC_METRICS_ENABLED=true
# Install custom providers
COPY druid-social-identity-provider-1.0.3.jar /opt/keycloak/providers/druid-social-identity-provider-1.0.3.jar
#COPY druid-social-identity-provider-1.0.3.jar /opt/keycloak/providers/druid-social-identity-provider-1.0.3.jar
ADD --chown=keycloak:keycloak https://github.com/HiWay-Media/keycloak-identity-provider-druid/releases/download/v0.1.31/druid-social-identity-provider-1.13.0.jar
# build optimized image
RUN /opt/keycloak/bin/kc.sh build
#
Expand Down

0 comments on commit 74d7eba

Please sign in to comment.