Skip to content

konveyor/tackle-keycloak-theme

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2023
May 2, 2022
May 2, 2022
May 2, 2022
Apr 12, 2023
Jun 18, 2021
Feb 23, 2021
Apr 12, 2023
May 2, 2022
Dec 7, 2021
Feb 23, 2021
Jun 18, 2021
May 2, 2022
May 2, 2022
Jun 18, 2021
Jun 18, 2021

Repository files navigation

tackle-keycloak-theme

Keycloak theme for the Tackle project

Development

Setup your dev environment executing:

./setup-dev-env.sh

The script above will download Keycloak and configure files. Now you can init Keycloak:

./workspace/keycloak-12.0.3/bin/standalone.sh

Release

  1. build JAR locally running:
mvn clean install
  1. create the container image executing:
podman build -t tackle-keycloak-init:$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout) -f Dockerfile.init .