From 685675edd8fe74d117aba549a19341ee32ee4ca3 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Fri, 11 Jun 2021 11:35:39 +0200 Subject: [PATCH] explain docker tags --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f84a8d9c9..24948d081 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,14 @@ You can also provide additional arguments, like so: docker run --rm --volume $(pwd):/data fsfe/reuse --include-submodules spdx -o out.spdx ``` +There are a number of tags available: +- `latest` is the most recent stable release. +- `dev` follows the `master` branch of this repository. Up-to-date, but + potentially unstable. +- `latest-extra` has a few extra packages installed, currently `openssh-client`. +- `latest-debian` is based on `python:slim`. It is larger, but may be better + suited for license compliance. + ### Run as pre-commit hook You can automatically run `reuse lint` on every commit as a pre-commit hook for