climech / grit

Multitree-based personal task manager
MIT License
1.67k stars 48 forks source link

Dockerfile #15

Closed Isammoc closed 3 years ago

Isammoc commented 3 years ago

As I am not fond of golang, I don't want to install it on my machine. But I am used to docker.

This commit adds a Dockerfile that is suitable for an automated build on dockerhub.

Since the automated build is not configured yet, I added the steps to build the image locally in the README.

Closes #14

marcosnils commented 3 years ago

I think it'll be better to have release binaries instead of Dockerfiles TBH.. Maybe add support for https://github.com/goreleaser/goreleaser at some point?

@Isammoc if you don't want to install go you can always use https://gobinaries.com/

Isammoc commented 3 years ago

@marcosnils I didn't know about gobinaries. And yes, you're right. Binaries release is a better way, but I cannot help with this.

climech commented 3 years ago

I think it'll be better to have release binaries instead of Dockerfiles TBH

@marcosnils yeah, I think so too. v0.3.0 now includes goreleaser-generated binaries.