frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.4k stars 1.32k forks source link

Replace Redis with Valkey due to redis licensing changes #1364

Closed cwooldridge closed 2 months ago

cwooldridge commented 6 months ago

This is a request to replace Redis in the environment with https://github.com/valkey-io/valkey due to license changes by Redis. It is no longer under the BSD-3-Clause license. Valkey is a fork that is being maintained by the Linux Foundation. https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community

revant commented 6 months ago

We'll follow https://github.com/valkey-io/valkey-container. Once official images are ready we'll change.

revant commented 4 months ago

https://hub.docker.com/r/valkey/valkey/tags

Edit:

I changed redis:6.2-alpine to valkey/valkey:7.2 pwd.yml and everything works as expected.

People who are worried about the license can switch to valkey even now.

https://discuss.frappe.io/t/redis-licensing-change/119696/8

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.