This project is based on the custom Keycloak template. It is structured as a multi-module Maven build and contains the following top-level modules:
config
: provides the build stage configuration and the setup of Keycloakcontainer
: creates the custom docker imagedocker-compose
: provides a sample for launching the custom docker imageextensions
: provides samples for Keycloak SPI implementationshelm
: provides a sample for installing the custom container image in Kubernetes using the Codecentric Helm Chartserver
: provides a Keycloak installation for local development & testingthemes
: provides samples for custom themes
Please see the tutorial building a custom Keycloak container image for the details of this project.