porthole/images/ceph-utility
KHIYANI, RAHUL (rk0850) 08388af8f3 Updating the image to quay.io airshipit/porthole and adding zuul gates
Change-Id: Ic784aab697a47a5258416eb1ee695ca9496154e6
2019-10-07 16:10:58 -05:00
..
Dockerfile.ubuntu_xenial Updating the image to quay.io airshipit/porthole and adding zuul gates 2019-10-07 16:10:58 -05:00
Makefile Adjust repository for code and project conventions 2019-10-04 15:27:44 +02:00
README Adjust repository for code and project conventions 2019-10-04 15:27:44 +02: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