redis / docker-library-redis

Docker Official Image packaging for Redis
http://redis.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 560 forks source link

Redis licensing change #396

Open wwuck opened 3 months ago

wwuck commented 3 months ago

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

thallredis commented 3 months ago

At this time, the existing image contains the bits covered by the 3-clause BSD license.

jorisscheppers commented 2 months ago

I'm having a hard time interpreting this license change for my use of Redis in my company's services. In our deployments, we use a Bitnami-packaged Helm chart referencing this Docker image and since this image is built using Redis 7.2.4 (and as @thallredis commented) this still falls under the BSD 3-clause license. But does that mean that this image will never be updated past Redis version 7.2?