Skip to content

Commit

Permalink
explain docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jun 11, 2021
1 parent 2e01f6f commit 685675e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 685675e

Please sign in to comment.