Skip to content

Commit

Permalink
Merge pull request #6 from ladesa-ro/main
Browse files Browse the repository at this point in the history
enable hostname:v1
  • Loading branch information
guesant authored Jun 22, 2024
2 parents e9c1bc6 + bb0be0d commit 97aa520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM quay.io/keycloak/keycloak:23.0 as builder
FROM quay.io/keycloak/keycloak:25.0 as builder
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=false
ENV KC_FEATURES=docker,token-exchange,recovery-codes
ENV KC_FEATURES=docker,token-exchange,recovery-codes,hostname:v1
ENV KC_DB=postgres
ENV KEYCLOAK_EXTRA_ARGS=-Dkeycloak.profile.feature.scripts=enabled
RUN /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:23.0
FROM quay.io/keycloak/keycloak:25.0
COPY --from=builder /opt/keycloak/ /opt/keycloak/
# COPY ./devops/development/data/import /opt/keycloak/data/import/
WORKDIR /opt/keycloak
Expand Down

0 comments on commit 97aa520

Please sign in to comment.