You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 docker/hub-feedback#524.
Anyway, let me know your thoughts!
The text was updated successfully, but these errors were encountered:
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
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 docker/hub-feedback#524.Anyway, let me know your thoughts!
The text was updated successfully, but these errors were encountered: