fractal-analytics-platform / fractal-containers

Containers for testing Fractal
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add a license #16

Closed tcompa closed 10 months ago

tcompa commented 11 months ago

Branching from #13

Here is the full whitepaper by the Linux Foundation: Docker Containers for Legal Professionals (and here is its summary: Docker containers: What are the open source licensing considerations?).

A relevant quote:

The license of dockerfiles versus software inside containers The Dockerfile files can be licensed under an open source license themselves. It is vital to realize that the scope of this license statement is only the Dockerfile and not the container image. For example, the Dockerfile itself can be licensed under the MIT license but describing the installation of GPL licensed software. In a typical use case, the license of the Dockerfile and the license of the described software are entirely independent.

To me this looks like we are free to use e.g. BSD-3 for this repository.


For the record, here are the base images that we depend on:

And for more advanced features (not currently under development), we may want to also use

tcompa commented 11 months ago

Also: Docker Desktop licensing is not relevant for this repo. That's just one application to use this repo, but it's not part of what we release.

jluethi commented 10 months ago

Sounds good. So I'd say we can also add a BSD3 license to our repo. And eventually figure out what the slurm options are and whether that container can be used in our setup.