OT-CONTAINER-KIT / redis

A production optimized redis docker image
https://opstree.github.io
23 stars 51 forks source link

Fix PID file error in Docker containers #65

Closed gazdagandras closed 11 months ago

gazdagandras commented 11 months ago

Using Openshift/OKD the docker containers complains about PID file error due to missing group permissions on /var/run folder.

gazdagandras commented 11 months ago

@shubham-cmyk Hi!

Thanks for merging my Pull Request above. I can see there is an updated :latest image at https://quay.io/repository/opstree/redis?tab=tags. Could you please build a new image tag with the updated source code? I suppose v7.0.13 tag could be the next version.

I can't use :latest tag in production and want to get rid of custom docker image.

Should I make another pull request for https://github.com/OT-CONTAINER-KIT/redis-operator?

shubham-cmyk commented 11 months ago

@gazdagandras The redis server was v7.2.3 i have made the copy of the image now the tag should be available as quay.io/opstree/redis:v7.2.3

gazdagandras commented 11 months ago

@gazdagandras The redis server was v7.2.3 i have made the copy of the image now the tag should be available as quay.io/opstree/redis:v7.2.3

Could you do this with the redis-sentinel image also?

Thanks a lot!

shubham-cmyk commented 11 months ago

Done