breaking changes up to kc 26
This commit is contained in:
parent
7a269bde96
commit
f98e345a91
2 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG KEYCLOAK_VERSION
|
||||
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder
|
||||
|
||||
RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres --features=declarative-user-profile
|
||||
RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres
|
||||
|
||||
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION}
|
||||
WORKDIR /opt/keycloak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue