Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.71 KB

Xamarin App APB

Docker Stars Docker pulls License

Local Development

Requirements

  • apb
  • local catasb or similar oc cluster, which is configured to read from your docker org.

Process

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).

Submitting Changes

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.