From e63a97ed1b464975c9df07ea07dec3b136fa034a Mon Sep 17 00:00:00 2001
From: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
Date: Mon, 8 May 2017 20:38:13 +0530
Subject: Cleanup for the Unit tests

Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
---
 gluster-object/CentOS/docker-gluster-swift/Dockerfile | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'gluster-object/CentOS/docker-gluster-swift')

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 \
-- 
cgit v1.2.3