Added maintainer and repository information per README

Signed-off-by: Scott McCarty <smccarty@redhat.com>
This commit is contained in:
Scott McCarty 2015-07-01 15:33:52 -04:00
parent cf857e4388
commit d02e81cf47
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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