After making your required changes, update the apb.yml
to point at your own docker organisation, run:
make DOCKERORG=<your docker org> DOCKERHOST=<defaulting to docker.io>
Login to your oc cluster:
oc login -u developer -p any
Now you can run apb bootstrap
to update the catalog in your local cluster and see your local copy of this apb image.
If no changes were made to the apb.yml, then you do not need to run bootstrap for the changes to the ansible playbooks to be reflected in your local cluster (this is because the image already exists in your local docker registry).
To submit a change, please follow these instructions:
- Fork this repo.
- Make changes in your own repo, and use your own docker org while developing.
- Submit a pull request to this master on this repo.