redis icon indicating copy to clipboard operation
redis copied to clipboard

Docker Official Image packaging for Redis

Results 27 redis issues
Sort by recently updated
recently updated
newest added

`wc` on mac adds whitespace which breaks ther version script

Using this approach, you can easily override our custom settings or add your own like this: ```yaml services: redis: image: redis:test configs: - source: redis_config target: /usr/local/etc/redis/conf.d/my.conf configs: redis_config: content:...

I'm using Redis 7.4.0 via docker compose. This repo contains no `redis.conf`, so presumably you use the default conf in the main repo. I downloaded the default [conf at that...

The following vulns exist in the tag 7.4.2. Can golang be patched? CVE-2022-30632 | 416 | fail | go | high | path/filepath | 1.18.2 |   | 7.5 | fixed...

Hi, Redis Software version 7.8 has been released as per the [release notes](https://redis.io/docs/latest/operate/rs/release-notes/rs-7-8-releases/). However, I couldn't find a corresponding Docker image for this version on Docker Hub under the official...

Hello, I am not totally sure if this is the right place to address this issue. If not let me know and I will close this issue. In my local...

Hello there) My local dev environment is: - OS Ubuntu 24.04.1 LTS - Docker 27.3 I am build Redis 8.0m01 docker image as usual: `docker build -f Dockerfile -t redis:8.0m01-alpine...