push to 26.0.5
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 12m57s

This commit is contained in:
Sebastian Hugentobler 2024-11-01 12:13:25 +01:00
parent 8375b4f62d
commit 966e0817bc
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM docker.io/alpine:3.20 AS builder
ENV VERSION=25.0.2
ENV SHA256_SUM=c8eb400552174e4b892c4ce9f2114cfee909ef9ebe86f082944b4a0ec47a8825
ENV VERSION=26.0.5
ENV SHA256_SUM=f3290d506f895d9e474e04d8d108290f12ee04b51e044289295c79d696838974
RUN wget "https://github.com/keycloak/keycloak/releases/download/$VERSION/keycloak-$VERSION.tar.gz"
RUN echo "$SHA256_SUM keycloak-$VERSION.tar.gz" | sha256sum -c - || exit 1

View File

@ -8,4 +8,4 @@ exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
--db-password "$DB_PASSWORD" \
--hostname "$HOSTNAME" \
--http-enabled true \
--proxy edge
--proxy-headers xforwarded