Skip to content

Commit

Permalink
Feat/add keycloak setup image (#110)
Browse files Browse the repository at this point in the history
* chore: added realms template import

* chore: changed template marks to use sed instead of envsubst to render the template

* chore: set known keycloak base image

* chore: remove js policy

* chore: remove js policy completely
  • Loading branch information
rcmorano committed Nov 8, 2023
1 parent df4d13a commit c2a5282
Show file tree
Hide file tree
Showing 2 changed files with 3,835 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keycloak-event-listener/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN ./mvnw verify clean --fail-never
COPY . /app
RUN ./mvnw clean package -DskipTests

FROM quay.io/keycloak/keycloak:latest
FROM quay.io/keycloak/keycloak:21.1.1

COPY --from=build /app/target/*.jar /opt/keycloak/providers
COPY ./imports /opt/keycloak/data/import

0 comments on commit c2a5282

Please sign in to comment.