redis-sentinel-proxy icon indicating copy to clipboard operation
redis-sentinel-proxy copied to clipboard

Docker image and binaries

Open flaccid opened this issue 8 years ago • 4 comments

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!

flaccid avatar Jul 13 '17 03:07 flaccid

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

enriclluelles avatar Jul 27 '17 13:07 enriclluelles

Any update on this ?

devlounge avatar Feb 02 '18 11:02 devlounge

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/.

flaccid avatar Feb 06 '18 09:02 flaccid

You can check my repo, it's doing automated builds for all archs.

patrickdk77 avatar Jan 28 '21 18:01 patrickdk77