Skip to content

Commit

Permalink
Merge pull request #7 from ladesa-ro/revert-5-guesant-patch-1
Browse files Browse the repository at this point in the history
Revert "feat(dockerfile): enable temporary deprecated feature "hostname:v1""
  • Loading branch information
guesant authored Jun 22, 2024
2 parents bb0be0d + 952c804 commit 6ae54d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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,hostname:v1
ENV KC_FEATURES=docker,token-exchange,recovery-codes
ENV KC_DB=postgres
ENV KEYCLOAK_EXTRA_ARGS=-Dkeycloak.profile.feature.scripts=enabled
RUN /opt/keycloak/bin/kc.sh build
Expand Down

0 comments on commit 6ae54d5

Please sign in to comment.