Files
openstack-helm-images/README_MAKEFILE
ad620p 8a0e8ee04b Makefile and Docker file for ospurge containers
Change-Id: I88318674e11e61740d56ab24c58d460cbe438f32
2019-09-19 10:29:32 +00:00

20 lines
523 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
make IMAGE_NAME=ospurge OS_RELEASE=ubuntu_bionic
Note: calicoctl-utlity image only supports alpine OS.