Compare commits
No commits in common. "6084e7099d1f276da8be44a6fe941d452e9d6356" and "41e7c0c29d03bef3497cca114f0dbd48978b2a68" have entirely different histories.
6084e7099d
...
41e7c0c29d
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/keycloak/keycloak:26.0.5-0 as builder
|
||||
FROM quay.io/keycloak/keycloak:24.0.3-0 as builder
|
||||
|
||||
# Enable health and metrics support
|
||||
ENV KC_HEALTH_ENABLED=true
|
||||
|
@ -11,9 +11,9 @@ ENV KC_FEATURES=authorization,admin2,docker,web-authn
|
|||
WORKDIR /opt/keycloak
|
||||
# for demonstration purposes only, please make sure to use proper certificates in production instead
|
||||
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 --health-enabled=true
|
||||
RUN /opt/keycloak/bin/kc.sh build
|
||||
|
||||
FROM quay.io/keycloak/keycloak:26.0.5-0
|
||||
FROM quay.io/keycloak/keycloak:24.0.3-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