docker-bench-security/distros
Atomist Bot 553c11f3a9 Pin Docker image debian:sid
debian:sid
->
debian:sid@sha256:022a3cafe84d704c272794863ca5e383667c99312358e816ad1ff6e9a41ce4f6

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <bot@atomist.com>
2022-10-05 13:00:43 +00:00
..
Dockerfile.alpine Add more remediation stuff 2021-03-22 09:43:56 +02:00
Dockerfile.centos Replaced net-tools with iproute2 in Dockerfiles 2018-01-12 10:44:04 +01:00
Dockerfile.debian Pin Docker image debian:sid 2022-10-05 13:00:43 +00: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"