docker-bench-security/distros
Thomas Sjögren f262f7d5b5 alpine 3.6
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-05-29 12:03:04 +02:00
..
Dockerfile.alpine alpine 3.6 2017-05-29 12:03:04 +02:00
Dockerfile.centos #83 First instruction must be FROM 2015-09-14 13:14:02 +02:00
Dockerfile.debian replace maintainer, repository with labels 2016-12-20 11:41:46 +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 md lint and use labels 2017-01-26 14:53:47 +01: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.

Labels

Use the following labels in your Dockerfile:

LABEL org.label-schema.name="docker-bench-security" \
      org.label-schema.url="<YOUR GIT REPOSITORY HTTPS ADDRESS>" \
      org.label-schema.vcs-url="<YOUR REPOSITORY HTTPS GIT ADDRESS"