Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-594: Phrasea theme for keycloak #401

Merged
merged 6 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion infra/docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ FROM quay.io/keycloak/keycloak:22.0.1 as builder
COPY --from=spi-builder /app/group-uuid-pmapper/target/group-uuid-pmapper.jar /opt/keycloak/providers/
COPY --from=spi-builder /app/jq-idp-mapper/target/jq-idp-mapper-jar-with-dependencies.jar /opt/keycloak/providers/

RUN /opt/keycloak/bin/kc.sh build
RUN /opt/keycloak/bin/kc.sh build \
&& mkdir /opt/keycloak/themes/phrasea

COPY themes/phrasea /opt/keycloak/themes/phrasea


FROM quay.io/keycloak/keycloak:22.0.1 as keycloak

ENV KC_SPI_THEME_DEFAULT=phrasea

COPY --from=builder /opt/keycloak /opt/keycloak


Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent=keycloak.v2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent=keycloak.v2
2 changes: 2 additions & 0 deletions infra/docker/keycloak/themes/phrasea/email/theme.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
parent=keycloak
import=common/keycloak
Loading
Loading