Skip to content

Commit

Permalink
update keycloak to 20.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmengting authored and xjia1 committed Nov 10, 2023
1 parent 0f9c2fa commit 3b55116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keycloak/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN ln -s /certs/nsbox.crt /etc/pki/ca-trust/source/anchors/nsbox.local.pem
USER $USERNAME
WORKDIR /home/$USERNAME

RUN wget https://github.com/keycloak/keycloak/releases/download/22.0.1/keycloak-22.0.1.tar.gz
RUN wget https://github.com/keycloak/keycloak/releases/download/22.0.5/keycloak-22.0.5.tar.gz
ADD createuser /home/$USERNAME
ADD extract /home/$USERNAME
ADD init /home/$USERNAME
Expand Down
2 changes: 1 addition & 1 deletion keycloak/extract
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extract() {

cat /proc/sys/kernel/random/uuid >"$keycloak_home/admin_password.txt"

exec tar -xvf "$HOME/keycloak-22.0.1.tar.gz" -C "$keycloak_home" --strip-components=1
exec tar -xvf "$HOME/keycloak-22.0.5.tar.gz" -C "$keycloak_home" --strip-components=1
}

extract "$@"

0 comments on commit 3b55116

Please sign in to comment.