docker-bench-security/distros
Thomas Sjögren 972f855d42 update distro Dockerfile
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2019-05-12 20:11:33 +02:00
..
Dockerfile.alpine update distro Dockerfile 2019-05-12 20:11:33 +02:00
Dockerfile.centos Replaced net-tools with iproute2 in Dockerfiles 2018-01-12 10:44:04 +01:00
Dockerfile.debian Replaced net-tools with iproute2 in Dockerfiles 2018-01-12 10:44:04 +01:00
Dockerfile.openSUSE Replaced net-tools with iproute2 in Dockerfiles 2018-01-12 10:44:04 +01:00
Dockerfile.rhel Replaced net-tools with iproute2 in Dockerfiles 2018-01-12 10:44:04 +01: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"