Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The absence of a LICENSE for the Redis images prevents the use of the operator in scenarios involving distribution #1150

Closed
lsoica opened this issue Dec 5, 2024 · 1 comment
Labels
question Further information is requested

Comments

@lsoica
Copy link
Contributor

lsoica commented Dec 5, 2024

@shubham-cmyk @iamabhishek-dubey This issue is a duplicate of OT-CONTAINER-KIT/redis#89 but has been created to increase visibility.

While the Redis operator is released under the Apache License 2.0, the Redis images it consumes do not have an attached license.

According to GitHub's licensing guidelines: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#choosing-the-right-license

You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license. The Open Source Guide provides additional guidance on choosing the correct license for your project.

As it stands, this lack of a license appears to prevent anyone from using the Redis operator with these images for redistribution purposes (and not only). Instead, users might need to build their own compatible Redis images. Was this an intentional decision for the repository, or could it have been an oversight?

@lsoica lsoica added the question Further information is requested label Dec 5, 2024
@drivebyer
Copy link
Collaborator

fixed by OT-CONTAINER-KIT/redis@53a991e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants