push to 26.0.5
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 12m57s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 12m57s
This commit is contained in:
parent
8375b4f62d
commit
966e0817bc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user