docker-bench-security/distros
Scott McCarty b942031979 Created customized Dockerfiles for RHEL and CentOS
Signed-off-by: Scott McCarty <smccarty@redhat.com>
2015-07-02 14:23:58 -04:00
..
Dockerfile.alpine FROM must be the first instruction 2015-07-01 20:59:09 +02:00
Dockerfile.centos Created customized Dockerfiles for RHEL and CentOS 2015-07-02 14:23:58 -04:00
Dockerfile.debian Add Debian Dockerfile 2015-07-01 20:57:26 +02:00
Dockerfile.rhel Created customized Dockerfiles for RHEL and CentOS 2015-07-02 14:23:58 -04:00
README.md remove Dockerfile from readme 2015-06-26 02:18:56 +02:00

Distribution specific Dockerfiles

Requirements

Dockerfile name

The format should be Dockerfile.{distribution name}.

Keep your images up-to-date

Use the distribution package manager to keep your image up-to-date.

REPOSITORY

Add a REPOSITORY comment with the URL to your GitHub repository where the Dockerfile is present.
# REPOSITORY <GitHub repository>

MAINTAINER

Add the MAINTAINER instruction and your contact details, GitHub aliases are acceptable.

For an example Dockerfile, please refer to Dockerfile.alpine.