KHIYANI, RAHUL (rk0850) 7c7d2e8edb Adding the list of missing directories in excludes Makefile
Also updating the prefix name for ceph-utility to airshipit
as the porthole project was moved from attcomdev to airship

Change-Id: I22a31751a576f070945eaf5373307435d239ec45
2019-09-05 16:29:18 +00:00
..

Generic Docker Makefile
-----------------------

This is a generic make and dockerfile for ceph utility container. This can be used to create docker images using different ceph releases and ubuntu releases

Usage:

make CEPH_RELEASE=<release_name> UBUNTU_RELEASE=<release_name>

eg:

1. Create docker image for ceph luminous release on ubuntu xenial (16.04)

  make CEPH_RELEASE=luminous UBUNTU_RELEASE=xenial

2. Create docker image for ceph mimic release on ubuntu xenial (16.04)

  make CEPH_RELEASE=mimic UBUNTU_RELEASE=xenial

3. Create docker image for ceph luminous release on ubuntu bionic (18.04)

  make CEPH_RELEASE=luminous UBUNTU_RELEASE=bionic

4. Create docker image for ceph mimic release on ubuntu bionic (18.04)

  make CEPH_RELEASE=mimic UBUNTU_RELEASE=bionic