Skip to content

Commit

Permalink
Update Keycloak in Docker to 26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Nov 30, 2024
1 parent 1861412 commit 0bb8850
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /opt/keycloak-provider

RUN mvn clean package -DskipTests

FROM quay.io/keycloak/keycloak:24.0
FROM quay.io/keycloak/keycloak:26.0
COPY --chown=keycloak:keycloak --from=provider /opt/keycloak-provider/target/*.jar /opt/keycloak/providers/

ENV KC_HOSTNAME=localhost
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
- "start-dev"
- "--debug"
volumes:
- ./keycloak/conf/quarkus.properties:/opt/keycloak/conf/quarkus.properties:ro
- ./keycloak/keywind.jar:/opt/keycloak/providers/keywind.jar
- ./keycloak/systemli.jar:/opt/keycloak/providers/systemli.jar

Expand Down
4 changes: 0 additions & 4 deletions keycloak/conf/quarkus.properties

This file was deleted.

0 comments on commit 0bb8850

Please sign in to comment.