Skip to content

innovation-hub-bergisches-rheinland/keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak

Docker Repository on Quay

A custom Keycloak distribution which is configured to use opinionated defaults and necessary extensions. It is necessary because the new Keycloak operator using the Quarkus distribution does not bring built-in support for extensions. See: keycloak/keycloak#10835

Dependabot

The repository is configured using dependabot and it should automatically open PRs when a new upstream version is available. Whenever an update for Keycoak is available it will be automatically merged and a new reelase will be created.

Releasing

Create a new git tag and push it manually:

tag="v<MAJOR>.<MINOR>.<PATCH>[-<PRERELEASE>]"
git tag "$tag"
git push origin "$tag"