简体   繁体   English

弹性搜索 Docker 图像许可

[英]Elastic Search Docker Image License

What is the license of ElasticSearch docker images? ElasticSearch docker 图像的许可证是什么? It is said that binary distributions are Elastic Licensed.据说二进制发行版是弹性许可的。 See Elastic FAQ But what is the condition for docker images from Docker Hub .请参阅弹性常见问题解答但是Docker Hub中的 docker 图像的条件是什么。 So is the license constraint for 6.8.23 and 8.3.3 docker image are same and it is Elastic License?那么 6.8.23 和 8.3.3 docker 映像的许可限制是否相同并且是弹性许可? Or 8.3.3 is with the Elastic License and 6.8.23 with Apache 2.0.或者 8.3.3 使用弹性许可证,6.8.23 使用 Apache 2.0。

If docker images are built with source code compiled then they should be Apache 2.0 licensed depending on the version.如果 docker 图像是用编译的源代码构建的,那么它们应该是 Apache 2.0 许可,具体取决于版本。 If they are built with the binary versions then any docker image is subject to the Elastic License I guess.如果它们是使用二进制版本构建的,那么我猜任何 docker 图像都受弹性许可证的约束。 Any clarifications will be much appreciated.任何澄清将不胜感激。

if you look in the docker files you can see that they are built with binaries, specifically the tar.gz, and not from source如果您查看 docker 文件,您可以看到它们是用二进制文件构建的,特别是 tar.gz,而不是来自源代码

https://github.com/elastic/dockerfiles also mentions; https://github.com/elastic/dockerfiles也提到;

This software is governed by their applicable licenses, and includes the full set of free features.该软件受其适用许可证的约束,并包含全套免费功能。

to your point, yes, it will depend on what version you are running as to what license applies就您而言,是的,这取决于您正在运行的版本以及适用的许可证

As @Mark Walkom mentioned the docker image at the Docker hub is created from the tar.gz.正如@Mark Walkom 提到的,Docker 集线器上的 docker 图像是从 tar.gz 创建的。 But I checked the inside of provided by the Elastic.但我检查了 Elastic 提供的内部。 The license file for the elastic itself is Apache 2.0.弹性体本身的许可文件是 Apache 2.0。 I used the image docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.23.我使用了图像 docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.23。

在此处输入图像描述

But when I check the non oss version it is not Apache, it is ELv1 probably.但是当我检查非oss版本时,它不是Apache,它可能是ELv1。 So I deduce that this oss docker image can be used with the Apache 2.0 license.所以我推断这个oss docker镜像可以和Apache 2.0 license一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM