docker-bench-security/distros
Thomas Sjögren 9f92e46df8 use opensuse/leap, and remove awk linkage
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-04-15 10:54:17 +02:00
..
Dockerfile.alpine alpine:3.11 2019-12-21 21:31:33 +01: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 use opensuse/leap, and remove awk linkage 2020-04-15 10:54:17 +02: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"