mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
65f1ac935a
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com> |
||
---|---|---|
.. | ||
Dockerfile.alpine | ||
Dockerfile.centos | ||
Dockerfile.debian | ||
Dockerfile.openSUSE | ||
Dockerfile.rhel | ||
README.md |
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
.