Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 500152670a | |||
| f4066c6b93 | |||
| 93dbd13f8a | |||
| d2366bf228 | |||
| fd051d412b | |||
| b47370ab52 | |||
| 49f81b1d6d | |||
| f84beeac51 | |||
| 845f10b2ce | |||
| fc70701263 | |||
| b18a7b18b9 | |||
| f2e5693427 | |||
| d25bc900c4 | |||
| 9374fd69d7 | |||
| 1bad51a4c7 | |||
| 4cd64cf9c0 | |||
| d1789a2054 | |||
| 6e908a41ae | |||
| 15f7873a3b | |||
| 0e259290e2 | |||
| fde62dca42 | |||
| 4a1d2ad5a4 | |||
| 8aa570dc99 | |||
| 5876c648b9 | |||
| 217138ba1b | |||
| f2f5468872 | |||
| a148ed66ba | |||
| 117178a254 | |||
| 6980cd71a9 | |||
| 9aef0675af | |||
| b15e4c76d3 | |||
| b338eebfc8 |
2 changed files with 10 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM quay.io/keycloak/keycloak:26.0.5-0 as builder
|
FROM quay.io/keycloak/keycloak:26.4.7-0 as builder
|
||||||
|
|
||||||
# Enable health and metrics support
|
# Enable health and metrics support
|
||||||
ENV KC_HEALTH_ENABLED=true
|
ENV KC_HEALTH_ENABLED=true
|
||||||
|
|
@ -11,10 +11,9 @@ ENV KC_FEATURES=authorization,docker,web-authn
|
||||||
WORKDIR /opt/keycloak
|
WORKDIR /opt/keycloak
|
||||||
# for demonstration purposes only, please make sure to use proper certificates in production instead
|
# 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 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 --health-enabled=true --metrics-enabled=true
|
||||||
|
|
||||||
FROM quay.io/keycloak/keycloak:26.0.5-0
|
FROM quay.io/keycloak/keycloak:26.4.7-0
|
||||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
||||||
|
|
||||||
# change these values to point to a running postgres instance
|
|
||||||
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
|
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
|
||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue