Roman Gorshunov e41bd62063 Adjust repository for code and project conventions
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
2019-10-04 15:27:44 +02:00

16 lines
322 B
Plaintext

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