Compare commits

...

9 Commits
24.0.2 ... main

Author SHA1 Message Date
daf2491f45 push to 26.1.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m4s
2025-01-30 10:46:24 +01:00
64c5f8f9bb
push to 26.0.7
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 51s
2025-01-10 13:33:21 +01:00
0161721372
push to 26.0.6
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 53s
2024-11-25 17:21:08 +01:00
966e0817bc
push to 26.0.5
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 12m57s
2024-11-01 12:13:25 +01:00
8375b4f62d
push to 25.0.2
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 4m40s
2024-08-04 14:13:08 +02:00
7071833fab
remove deprecated options
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled
2024-06-27 09:32:44 +02:00
c4c4301808
push to version 25.0.1
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 4m38s
2024-06-27 09:18:15 +02:00
86704afa81
push to 24.0.4
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 4m50s
2024-05-27 13:07:50 +02:00
c3d1229cb2
push to 24.0.3
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 4m30s
2024-04-26 12:47:59 +02:00
2 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,14 @@
FROM docker.io/alpine:3.19 AS builder
FROM docker.io/alpine:3.21 AS builder
ENV VERSION=24.0.2
ENV SHA256_SUM=8e8f196d8371e4c243b25e48149db242a483fabf2f0a628d31428ead95e52844
ENV VERSION=26.1.0
ENV SHA256_SUM=10df73d2b533c241c799a1fa8e0de731db9229a71c2c06390eb3e87f54de63c7
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
RUN mkdir -p /keycloak
RUN tar xvf keycloak-$VERSION.tar.gz -C /keycloak --strip 1
FROM docker.io/thallian/alpine-s6:3.19-3.1.6.2
FROM docker.io/thallian/alpine-s6:3.21-3.2.0.2
ENV JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true"

View File

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