mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2026-01-06 23:41:33 +00:00
18 lines
471 B
Plaintext
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.
|