You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for releasing this Docker image. It's useful.
I am currently working on creating an open-source Helm chart to make it easier for T3/Breedbase to be deployed on Openshift/Kubernetes. To do this, I need to build and publish a Docker image that is compatible with Openshift. I plan to have my image build on top of the triticeaetoolbox/breedbase_web image.
I noticed that the Dockerfile in this repo clones a few repositories from your TriticeaeToolbox and the solgenomics organizations during the build process:
Some of these repositories currently do not have a LICENSE file. Under standard copyright rules, this seems to default them to "All Rights Reserved," which would prevent me (and others) from legally redistributing the resulting Docker image on registries like GHCR.
Since this repository is MIT licensed, was it your intention that these helper repos be MIT as well? If so, could you please add a LICENSE file to them?
This would clarify the permissions and allow me to release the Helm chart and image for the community to use.
Hello,
First off, thanks for releasing this Docker image. It's useful.
I am currently working on creating an open-source Helm chart to make it easier for T3/Breedbase to be deployed on Openshift/Kubernetes. To do this, I need to build and publish a Docker image that is compatible with Openshift. I plan to have my image build on top of the triticeaetoolbox/breedbase_web image.
I noticed that the Dockerfile in this repo clones a few repositories from your
TriticeaeToolboxand thesolgenomicsorganizations during the build process:Unlicensed
Unlicensed
GPL-2.0
Unlicensed
Unlicensed
Unlicensed
Unlicensed
Unlicensed
Unlicensed
Unlicensed
Unlicensed
Unlicensed
MIT
Unlicensed
MIT
MIT
Unlicensed
Unlicensed
Some of these repositories currently do not have a LICENSE file. Under standard copyright rules, this seems to default them to "All Rights Reserved," which would prevent me (and others) from legally redistributing the resulting Docker image on registries like GHCR.
Since this repository is MIT licensed, was it your intention that these helper repos be MIT as well? If so, could you please add a LICENSE file to them?
This would clarify the permissions and allow me to release the Helm chart and image for the community to use.
Thank you.