docker-redis icon indicating copy to clipboard operation
docker-redis copied to clipboard

Replace repo with other redis image

Open gjrtimmer opened this issue 8 years ago • 2 comments

I've spent several days building a complete new redis image. I would to request an evaluation from you, to see if we can use this as the basic redis image instead of sameersbn/docker-redis.

Source repository:

  • https://github.com/GJRTimmer/docker-alpine-redis
  • https://gitlab.timmertech.nl/docker/alpine-redis

Both source repositories are the same.

Overview:

  • alpine:3.4
  • S6-Overlay
  • redis:3.2.5
  • master / slave support
  • full sentinel support (optional, can be activated from docker-compose)
  • full docker support for master / slave / sentinel
  • USERMAP_UID/GID support which was requested with an issue on your repo.
  • ability to run either redis-server or redis-sentinel or both within the same image.

For more information about sentinel: https://redis.io/topics/sentinel

I've thoroughly tested the master with multiple slaves with sentinel, automatic failover etc..., everything is working.

Also everything is documented within the README and I've provided 7 docker-compose examples, see the readme for more information.

I really hope you like it, and are willing to evaluate it and look at the possiblity to either reference it within docker-gitlab or fork my github repo.

gjrtimmer avatar Dec 16 '16 15:12 gjrtimmer

I wonder, why there's a gitlab specific redis image at all. Why not simply use the official redis image? https://hub.docker.com/_/redis/

Is there any gitlab specific modification in here?

mikehaertl avatar Aug 04 '17 07:08 mikehaertl

Hey folks,

why not using official images?

RafaelKa avatar Aug 19 '18 08:08 RafaelKa