From d02e81cf47a68d50891250ca0dccb9c8fd9cd000 Mon Sep 17 00:00:00 2001
From: Scott McCarty <scott.mccarty@gmail.com>
Date: Wed, 1 Jul 2015 15:33:52 -0400
Subject: [PATCH] Added maintainer and repository information per README

Signed-off-by: Scott McCarty <smccarty@redhat.com>
---
 distros/Dockerfile.centos | 4 ++++
 distros/Dockerfile.rhel   | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/distros/Dockerfile.centos b/distros/Dockerfile.centos
index e56d864..a108268 100644
--- a/distros/Dockerfile.centos
+++ b/distros/Dockerfile.centos
@@ -1,3 +1,7 @@
+# REPOSITORY https://github.com/docker/docker-bench-security
+
+MAINTAINER smccarty@redhat.com
+
 FROM centos
 
 RUN yum install -y docker net-tools audit procps-ng; yum clean all
diff --git a/distros/Dockerfile.rhel b/distros/Dockerfile.rhel
index 22c1481..dee29ac 100644
--- a/distros/Dockerfile.rhel
+++ b/distros/Dockerfile.rhel
@@ -1,5 +1,9 @@
+
+EPOSITORY https://github.com/docker/docker-bench-security
 FROM rhel7
 
+MAINTAINER smccarty@redhat.com
+
 RUN yum install -y yum-utils; yum clean all
 RUN yum-config-manager --disable "*" &>/dev/null
 RUN yum-config-manager --enable rhel-7-server-rpms --enable rhel-7-server-extras-rpms