redis-sentinel-proxy
redis-sentinel-proxy copied to clipboard
Docker image and binaries
Firstly, thank you very much for this. Very useful to us.
I've created https://github.com/flaccid/docker-redis-sentinel-proxy and pushed to GitHub. I was wondering how much I could contrib back to your repo, e.g. a Dockerfile, Makefile, image on Docker Hub etc.?
One thing for consideration is that automated builds in Docker Hub require building of things like binaries from within the docker image. Not sure how we'd do a COPY of a pre-built binary - I think the same situation as https://github.com/docker/hub-feedback/issues/524.
Anyway, let me know your thoughts!
hey there @flaccid didn't see this until know. Contribute whatever you want of course, and thanks for the Docker image. About the build automation, I'll think about it, maybe add precompiled binaries
Any update on this ?
Its been quite a while, but now these days the right solution to this is to use https://docs.docker.com/develop/develop-images/multistage-build/.
You can check my repo, it's doing automated builds for all archs.