Compare commits

..

2 commits
26.2.4 ... main

Author SHA1 Message Date
ef20dcda46
setup jenkins 2025-06-04 14:05:49 +02:00
5be603801c
push to 26.2.5 2025-06-04 14:05:23 +02:00
3 changed files with 3 additions and 14 deletions

View file

@ -1,12 +0,0 @@
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,7 +1,7 @@
FROM docker.io/alpine:3.21 AS builder
ENV VERSION=26.2.4
ENV SHA256_SUM=6ef2ae3a339a21c246fdcc5ddea5edcc362eb2f466fb422c5b82072f6dbc55d1
ENV VERSION=26.2.5
ENV SHA256_SUM=e99e5f8783ea8f1cc04140b7033ea7291ff9898a088f37399b88651d81238f88
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

1
Jenkinsfile vendored Normal file
View file

@ -0,0 +1 @@
multiarch_container()