Bump org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1 (#87)
* Bump org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1 Bumps org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1. --- updated-dependencies: - dependency-name: org.keycloak:keycloak-quarkus-server dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
This commit is contained in:
parent
bdf9159f8e
commit
da73c9d2f1
4 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Keycloak Metrics
|
||||
|
||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-24](.github/workflows/pr.yaml#L50-L54).
|
||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-25](.github/workflows/pr.yaml#L50-L55).
|
||||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||
|
@ -149,13 +149,12 @@ RUN mv ${METRICS_FILE} /opt/keycloak/providers
|
|||
### build keycloak with metrics
|
||||
###
|
||||
|
||||
FROM quay.io/keycloak/keycloak:23.0.7
|
||||
FROM quay.io/keycloak/keycloak:25.0.1
|
||||
|
||||
ENV KEYCLOAK_ADMIN=admin
|
||||
ENV KEYCLOAK_ADMIN_PASSWORD=password
|
||||
ENV KC_HEALTH_ENABLED=true
|
||||
ENV KC_METRICS_ENABLED=true
|
||||
ENV KC_LOG_CONSOLE_COLOR=true
|
||||
|
||||
COPY --from=metrics /opt/keycloak/providers /opt/keycloak/providers
|
||||
RUN /opt/keycloak/bin/kc.sh build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue