How to build a docker image with kibana-docker and the kibana source code

Hello.
I noticed there are two repos in github for kibana.


I think the second repository are used to build docker mirrors from the first repository.

How should I build the image?

Thanks

I have found out.
It is simple.
just exec "make":sweat_smile:

Another question.

To build a docker image, a zipped package is needed. for example, https://artifacts.elastic.co/downloads/kibana/kibana-6.1.3-linux-x86_64.tar.gz

How can i get the zipped file by kibana source code?


I have tried to execute "grunt release" to build. I donot know if this is right.

And unfortunately, I got a error at the "run:optimizeBuild" stage

'''

Running "run:optimizeBuild" (run) task
Warning: non-zero exit code 1 Used --force, continuing.

'''

Could anyone help me ?

Hello, this is the guide on building the OS packages for Kibana:

If you don't want the headache and you don't have any customizations build in your own Kibana repo, you can just use our docker images which are listed here: https://www.docker.elastic.co/

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.