adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems

Home Page:http://www.adamtornhill.com/code/codemaat.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please publish docker image

rogierschouten opened this issue · comments

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.

Hi @rogierschouten

Yes, that's a good idea. I would like to do it, but I won't have time in the near future.

I've created this for our work.

Docker hub: https://cloud.docker.com/repository/docker/philipssoftware/code-maat
Source: https://github.com/philips-software/code-maat

Master is tagged as:
philipssoftware/code-maat
philipssoftware/code-maat:1
philipssoftware/code-maat:1.0
philipssoftware/code-maat:1.0.2
philipssoftware/code-maat:1.0.2-alpine