
This change removes or updates any usage of ubuntu xenial either to a newer version or removes any building of xenial images in favor of using newer ones. Change-Id: Ice391a36e17cdbe6783f42aa1d34d7dfe5fb6282
20 lines
522 B
Plaintext
20 lines
522 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_focal
|
|
|
|
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.
|