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