Compare commits

...

30 Commits
18.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
81f8710b59
push to 24.0.2 2024-03-28 13:40:04 +01:00
ddb2e0f08f
push to version 23.0.4 2024-01-12 19:53:56 +01:00
ea303674e2
push to 32.0.2 2023-12-15 08:14:43 +01:00
7866ffc615
push to 22.0.3 2023-09-26 16:29:01 +02:00
e492e9777d
build with enabled metrics 2023-04-08 12:37:09 +02:00
af863edfa6
build with enabled metrics 2023-04-08 12:33:48 +02:00
b35171735f
build with enabled metrics 2023-04-08 12:31:35 +02:00
5b628f8379
enable metrics 2023-04-08 12:25:18 +02:00
989183dbeb
enable metrics 2023-04-08 12:22:56 +02:00
50fdf77b25
update to 21.0.2 2023-04-08 12:17:47 +02:00
4bc0fe0c12 re-enable strict backchannel, problem was with roundcube 2023-01-25 09:26:18 +01:00
43e52f40ee disable strict backchannel 2023-01-25 09:11:48 +01:00
82ce49ed96 enable strict backchannel 2023-01-25 09:04:48 +01:00
219bcdf90f push to 20.0.3 2023-01-25 08:46:07 +01:00
1f97f2f878
push to 20.0.2 2022-12-19 10:39:17 +01:00
3008df79d6
use alpine 3.17 2022-11-23 15:11:01 +01:00
c8c1f9a741 Add '.woodpecker.yml' 2022-11-14 09:53:32 +00:00
de644cfdc6 Delete '.gitlab-ci.yml' 2022-11-14 09:52:51 +00:00
b1e4cb0def
push to 20.0.1 2022-11-14 10:51:07 +01:00
1d59b679a8
push to version 19.0.1 2022-08-18 09:39:46 +02:00
f503742661 use newer base image 2022-07-12 18:41:04 +02:00
4 changed files with 22 additions and 25 deletions

View File

@ -0,0 +1,12 @@
name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
sha: ${{ gitea.sha }}
registry_url: ${{ secrets.REGISTRY_URL }}
registry_user: ${{ secrets.REGISTRY_USER }}
registry_pw: ${{ secrets.REGISTRY_PW }}

View File

@ -1,18 +0,0 @@
variables:
CONTAINER_NAME: thallian/keycloak
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(printf "%s:%s" "$CI_REGISTRY_USER" "$CI_REGISTRY_PASSWORD" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
- >-
/kaniko/executor
--context "$CI_PROJECT_DIR"
--dockerfile "$CI_PROJECT_DIR/Dockerfile"
--destination "$CONTAINER_NAME:$CI_COMMIT_SHA"
--destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME"
--destination "$CONTAINER_NAME:latest"

View File

@ -1,25 +1,27 @@
FROM docker.io/alpine:3.15 AS builder
FROM docker.io/alpine:3.21 AS builder
ENV VERSION=18.0.2
ENV SHA256_SUM=c704f3bb68c28214298291b217c1658e4bb011e338b09c19f82f30b98340861a
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:latest
FROM docker.io/thallian/alpine-s6:3.21-3.2.0.2
ENV JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true"
RUN addgroup -g 2222 keycloak
RUN adduser -h /home/keycloak -u 2222 -D -G keycloak keycloak
RUN apk add --no-cache \
openjdk17-jre-headless \
openjdk21-jre-headless \
bash
COPY --from=builder --chown=keycloak:keycloak /keycloak /home/keycloak/server
RUN /home/keycloak/server/bin/kc.sh build --db postgres
RUN /home/keycloak/server/bin/kc.sh build --db=postgres --metrics-enabled=true
RUN chown -R keycloak:keycloak /home/keycloak
ADD /rootfs /

View File

@ -1,10 +1,11 @@
#!/bin/sh
exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
--optimized \
--db-url-host "$DB_HOST" \
--db-url-database "${DB_NAME:-keycloak}" \
--db-username "${DB_USER:-keycloak}" \
--db-password "$DB_PASSWORD" \
--hostname "$HOSTNAME" \
--http-enabled true \
--proxy edge
--proxy-headers xforwarded