This commit is contained in:
parent
010e66365d
commit
ddac193a19
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/keycloak/keycloak:latest as builder
|
||||
FROM quay.io/keycloak/keycloak:23.0.7-0 as builder
|
||||
|
||||
# Enable health and metrics support
|
||||
ENV KC_HEALTH_ENABLED=true
|
||||
|
@ -13,7 +13,7 @@ WORKDIR /opt/keycloak
|
|||
RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore
|
||||
RUN /opt/keycloak/bin/kc.sh build
|
||||
|
||||
FROM quay.io/keycloak/keycloak:latest
|
||||
FROM quay.io/keycloak/keycloak:23.0.7-0
|
||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
||||
|
||||
# change these values to point to a running postgres instance
|
||||
|
|
Loading…
Add table
Reference in a new issue