docker-bench-security/distros
Thomas Sjögren 65f1ac935a use debian default docker.io
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2016-03-01 21:37:23 +01:00
..
Dockerfile.alpine update to v1.10.0 2016-02-05 20:56:25 +01:00
Dockerfile.centos #83 First instruction must be FROM 2015-09-14 13:14:02 +02:00
Dockerfile.debian use debian default docker.io 2016-03-01 21:37:23 +01:00
Dockerfile.openSUSE add Dockerfile for openSUSE 2015-11-03 13:30:59 +01:00
Dockerfile.rhel Changed the repository to my fork fatherlinux/docker-bench-security 2015-07-06 13:07:07 -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.