Keycloak APB
Overview
For an overview of what each task does, please check the APB overview file.
Local Development
Requirements
- OpenShift Origin development environment for APB development.
- Install apb tool
Process
Upload the APB to the local openshift registry (Runs prepare,build,push and relist) more info
apb push
For more information on APB development and apb command line options, check ansible-playbook-bundle documentation.
Publish
To publish the changes, you can run:
make DOCKERORG="<defaulting to aerogearcatalog>" DOCKERHOST="<defaulting to docker.io>"
Make sure you have the permission to push images to the docker org.