mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-28 07:36:43 +00:00
Added maintainer and repository information per README
Signed-off-by: Scott McCarty <smccarty@redhat.com>
This commit is contained in:
parent
cf857e4388
commit
d02e81cf47
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue