Following Airship Code and Project conventions [0], adding standard Makefile targets and moving charts and Dockerfiles into correct directories. [0] https://airship-docs.readthedocs.io/en/latest/code-conventions.html#code-and-project-conventions Change-Id: Ia38fd662be663b83a1b8adef1eca1492ed1fde34
Generic Docker Makefile ----------------------- This is a generic make and dockerfile for calicoctl utility container, which can be used to create docker images using different calico releases. Usage: make IMAGE_TAG=<calicoctl_version> eg: 1. Create docker image for calicoctl release v3.4.0 make IMAGE_TAG=v3.4.0