Skip to content

Commit

Permalink
feat: upgrade kc to 26.0-6
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Dec 12, 2024
1 parent db2ffe4 commit c889ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-rhbk-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
context: docker/keycloak
push: true
tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev-rhbk-26-0-5
tags: ${{ env.GITHUB_REGISTRY }}/${{env.IMAGE_NAME}}:dev-rhbk-26-0-6
file: docker/keycloak/Dockerfile-26
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down
2 changes: 1 addition & 1 deletion docker/keycloak/Dockerfile-26
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./extensions-26 /tmp/
WORKDIR /tmp/
RUN mvn -B clean package --file pom.xml

FROM registry.redhat.io/rhbk/keycloak-rhel9:26.0-5 AS builder
FROM registry.redhat.io/rhbk/keycloak-rhel9:26.0-6 AS builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand Down

0 comments on commit c889ab0

Please sign in to comment.