docker-bench-security/distros
Paul Morgan 53fe0c948e alpine: force all packages to be upgraded
From http://wiki.alpinelinux.org/wiki/Upgrading_Alpine

> The `--available` switch is used to force all packages to be upgraded,
> even if they have the same version numbers.
> Sometimes changes in uClibc require doing this.

It seems prudent to demonstrate canonical upgrade procedure
in a security tool.

Signed-off-by: Paul Morgan <jumanjiman@gmail.com>
2015-09-05 11:29:40 -04:00
..
Dockerfile.alpine alpine: force all packages to be upgraded 2015-09-05 11:29:40 -04:00
Dockerfile.centos Changed the repository to my fork fatherlinux/docker-bench-security 2015-07-06 13:07:07 -04:00
Dockerfile.debian switch to jessie 2015-08-13 22:35:50 +02:00
Dockerfile.rhel Changed the repository to my fork fatherlinux/docker-bench-security 2015-07-06 13:07:07 -04:00
README.md remove Dockerfile from readme 2015-06-26 02:18:56 +02: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.

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.