diff options
author | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-08 20:38:13 +0530 |
---|---|---|
committer | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-08 20:59:05 +0530 |
commit | e63a97ed1b464975c9df07ea07dec3b136fa034a (patch) | |
tree | 90d8ad1d5caa732a83b521439b0d6b0bf3c9ba81 /gluster-object/CentOS | |
parent | bd3aed1b4a11ed8816c6c556847c2fbba600837d (diff) | |
download | gluster-e63a97ed1b464975c9df07ea07dec3b136fa034a.tar.gz gluster-e63a97ed1b464975c9df07ea07dec3b136fa034a.tar.bz2 gluster-e63a97ed1b464975c9df07ea07dec3b136fa034a.tar.xz gluster-e63a97ed1b464975c9df07ea07dec3b136fa034a.zip |
Cleanup for the Unit tests
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
Diffstat (limited to 'gluster-object/CentOS')
-rw-r--r-- | gluster-object/CentOS/docker-gluster-swift/Dockerfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gluster-object/CentOS/docker-gluster-swift/Dockerfile b/gluster-object/CentOS/docker-gluster-swift/Dockerfile index 65599ec..e83a46e 100644 --- a/gluster-object/CentOS/docker-gluster-swift/Dockerfile +++ b/gluster-object/CentOS/docker-gluster-swift/Dockerfile @@ -9,6 +9,16 @@ MAINTAINER Prashanth Pai <ppai@redhat.com> # Install gluster-swift dependencies. To be removed when RPMs become available. # Clean downloaded packages and index +LABEL architecture="x86_64" \ + name="gluster/gluster-swift" \ + version="kilo" \ + vendor="Red Hat, Inc" \ + summary="This image has a running gluster-swift service ( centos 7 + gluster-swift)" \ + io.k8s.display-name="gluster-swift based on centos 7" \ + io.k8s.description="gluster-swift image is based on centos image which enables files and directories created on GlusterFS to be accessed as objects via the Swift and S3 API." \ + description="gluster-swift image is based on centos image which enables files and directories created on GlusterFS to be accessed as objects via the Swift and S3 API." \ + io.openshift.tags="gluster,glusterfs,gluster-swift" + RUN yum -v --setopt=tsflags=nodocs -y update && \ yum -v --setopt=tsflags=nodocs -y install \ centos-release-openstack-kilo \ |