npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.63k stars 588 forks source link

Added Dockerfile #84

Closed sergey-shambir closed 4 years ago

sergey-shambir commented 5 years ago

Docker image based on alpine Linux - so it has 10 MB total. It uses multi-stage build to run tests.

sergey-shambir commented 5 years ago

Here is my container on DockerHub: https://hub.docker.com/r/sshambir/adr-tools Created with:

docker build --tag sshambir/adr-tools .
docker push sshambir/adr-tools
npryce commented 4 years ago

Hi. I don't have the capacity to maintain downstream packages. Nor do I want to give preference to some package formats over others. Therefore all packaging is maintained by packaging projects in their own repositories. So although I think a Docker container is a good thing for Docker users, it's not something that beloings in this repo.