Skip to content

Commit

Permalink
Merge branch 'master' into scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Dec 9, 2024
2 parents 767217b + cfd7ad6 commit 08e65bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
repo-name: tdr-auth-server
image-name: auth-server
java-version: '17'
java-version: '21'
build-command: |
npm install
npm run build-theme
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM quay.io/keycloak/keycloak:26.0.6 as builder
FROM quay.io/keycloak/keycloak:25.0.0 as builder
FROM registry.access.redhat.com/ubi9-minimal
COPY --from=builder /opt/keycloak/ /opt/keycloak/
USER root
RUN microdnf update -y && \
microdnf -y install python3 java-17-openjdk-headless shadow-utils
microdnf -y install python3 java-21-openjdk-headless shadow-utils
RUN useradd -U keycloak
WORKDIR /opt/keycloak
RUN mkdir /keycloak-configuration
Expand Down
1 change: 1 addition & 0 deletions keycloak.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
hostname=${KEYCLOAK_HOST}
proxy=edge
http-enabled=true
log-console-output=json
spi-events-listener-jboss-logging-success-level=info
spi-events-listener-jboss-logging-error-level=warn
Expand Down

0 comments on commit 08e65bc

Please sign in to comment.