Open
Description
Hi,
On Docker Hub there is a code-maat image: https://hub.docker.com/r/stevenalexander/code-maat-python/
However that also contains Python and cloc. I could add my own bare image, but maybe it would be handier to do so under an adamtornhill account?
I'd suggest publishing every image version under three tags: a version tag, a major version tag, and 'latest', e.g.
adamtornhill/code-maat:1.0.2
adamtornhill/code-maat:1
adamtornhill/code-maat:latest
That way, people can choose to depend on a specific version, a major version, or to use the latest tag.