15e72b60ec
Change-Id: If864bea96ec5933c00bf91b61ddef5dd11ae5d09
16 lines
322 B
Plaintext
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
|