rmapi icon indicating copy to clipboard operation
rmapi copied to clipboard

Automated Docker image build

Open m0wer opened this issue 4 years ago • 2 comments

It would be nice to automate the Docker image building process so users could only pull the built image instead of having to build it themsleves.

This could be done easily with Docker Hub, which allows to automatically build an image from a GitHub repository.

m0wer avatar Apr 20 '21 14:04 m0wer

to be fair, i don't get it why you would run it in a container, this being a command line tool (jalso there are automatic binary relases)

ddvk avatar Apr 22 '21 13:04 ddvk

to be fair, i don't get it why you would run it in a container, this being a command line tool (jalso there are automatic binary relases)

It's a way of having it updated and not having to compile it yourself. Thanks for letting me know about the binary release, I didn't realize about it earlier.

m0wer avatar Apr 22 '21 13:04 m0wer