Skip to content

Commit

Permalink
upgraded Keycloak from 22.0.3 to 22.0.5 and removed redundant keycloa…
Browse files Browse the repository at this point in the history
…k plugin
  • Loading branch information
bcrickboom committed Nov 24, 2023
1 parent 0ba8c16 commit 9583eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions sources/keycloak/Dockerfile.orthanc-keycloak
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM quay.io/keycloak/keycloak:22.0.3 as builder
FROM quay.io/keycloak/keycloak:22.0.5 as builder

WORKDIR /opt/keycloak
ENV KC_DB=postgres
ENV KC_HOSTNAME_URL=http://localhost/keycloak
ENV KC_HOSTNAME_ADMIN_URL=http://localhost/keycloak

ADD --chown=keycloak --checksum=sha256:650664b4a3be5c07f2c3336292677fbbd92f95edc22a3cfa850d313d5ce5cfcb https://github.com/evosec/keycloak-ipaddress-authenticator/releases/download/22.0.3_1/keycloak-ipaddress-authenticator-22.0.3_1-jar-with-dependencies.jar /opt/keycloak/providers

RUN mkdir themes/orthanc
ADD keycloak/orthanc-theme /opt/keycloak/themes/orthanc

RUN /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:22.0.3
FROM quay.io/keycloak/keycloak:22.0.5
COPY --from=builder /opt/keycloak/ /opt/keycloak/

COPY keycloak/realm-export.json /opt/keycloak/data/import/
Expand Down
2 changes: 1 addition & 1 deletion sources/keycloak/realm-export.json
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@
"cibaInterval" : "5",
"realmReusableOtpCode" : "false"
},
"keycloakVersion" : "22.0.3",
"keycloakVersion" : "22.0.5",
"userManagedAccessAllowed" : false,
"clientProfiles" : {
"profiles" : [ ]
Expand Down

0 comments on commit 9583eeb

Please sign in to comment.