The keycloak-buildpack
is a Cloud Foundry buildpack for running Keycloak standalone server.
To use this buildpack specify the URI of the repository when pushing an application to Cloud Foundry:
$ cf push <APP-NAME> -p <ARTIFACT> -b https://github.com/kirmerzlikin/keycloak-buildpack
Main functionality is placed in the lib/java_buildpack/container/keycloak.rb
This buildpack is released under version 2.0 of the Apache License.