porthole/Dockerfiles/calicoctl-utility
Alexander Vlasov 0141d8b0b5 Add calicoq utility to calicoctl-utility image
Change-Id: I29b612dde82bda861a86c2c6a4ad9e05510f6e6a
2019-09-04 18:04:04 +00:00
..

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