Files
openstack-helm-images/README_MAKEFILE
Deepak Tiwari 0908d43c58 Makefile and Docker file for calicoctl-utility containers
Change-Id: Ia3442e3b5b89bf27e30c1f524dca8e63c4e3cea9
2019-04-09 16:18:59 -05:00

18 lines
471 B
Plaintext

Makefile For Ceph and Calicoctl images
--------------------------------------
This is a make and dockerfile for containers. This can be used to create docker images using different releases and os releases
Usage:
make IMAGE_NAME=<> OS_RELEASE=<>
eg:
make IMAGE_NAME=ceph-daemon OS_RELEASE=ubuntu_xenial
make IMAGE_NAME=openvswitch OS_RELEASE=debian
make IMAGE_NAME=calicoctl-utility OS_RELEASE=alpine
Note: calicoctl-utlity image only supports alpine OS.