redis
redis copied to clipboard
Docker Official Image packaging for Redis
Hi, We are scanning the image with tag redis:7.0.4-alpine3.16 and it has the following vulnerabilities reported. https://nvd.nist.gov/vuln/detail/CVE-2020-15888 https://nvd.nist.gov/vuln/detail/CVE-2022-28805 https://nvd.nist.gov/vuln/detail/CVE-2022-33099 Could you please let us know if there is a plan...
Hi all, Currently, we're disabling protected mode (in a very brutal way) for this image. I would like to argue that despite the protection that Docker's networking layer provides, protected...
> ### start with persistent storage > > $ docker run --name some-redis -d redis redis-server --appendonly yes > > If persistence is enabled, data is stored in the VOLUME...
This is a similar request to docker-library/postgres#404: VOLUMEs should not be declared [on the base image](https://github.com/docker-library/redis/blob/1e20bfbe22f999959f8997a823fa1ed5784fd8cc/4.0/alpine/Dockerfile#L57) (even if "not used" as is in redis). - It gives you unnamed volumes...
Redis has changed their license away from 3-clause BSD. Is this Docker image affected by the new licensing? https://github.com/redis/redis/pull/13157
Hi! The SPDX document that is [written](https://github.com/docker-library/redis/blob/master/7.2/alpine/Dockerfile#L133) to the image is not valid because some required fields are missing: > The following warning(s) were raised: [object has missing required properties...
To pass the value for `--requirepass` password in a secure way docker secrets can be used with this pr. If a secrets file is available and not empty it the...
I wanted to build an redis image with custom configuration file ,but I got above error when I connected it with [AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager). dockerfile ``` # syntax=docker/dockerfile:1 FROM redis:7-alpine COPY redis.conf...
Possibly as a result of #389, the latest Alpine image tags light up _significantly_ worse than earlier tags when scanned for vulnerabilities. Part of the reason our organization prefers Alpine...
The images are compiled without `USE_SYSTEMD=yes`. While this makes sense for docker and k8s usecases having the image build with systemd support is benifitial if running them with podman. Podman...