vert-x3 / vertx-redis-client

Redis client for Vert.x
http://vertx.io
Apache License 2.0
128 stars 116 forks source link

[4.x] workaround a bug in the Grokzen Docker image #453

Closed Ladicek closed 2 months ago

Ladicek commented 2 months ago

When starting sentinel, the Grokzen image runs redis-sentinel, which is the default installation from the base image and not the built binary. This workaround rewrites the docker-entrypoint.sh script to use the built binary of redis-sentinel, which doesn't exhibit an issue.