Is there any documentation on how to build a Kibana docker image from source? I have successfully built from source with yarn build --skip-os-packages
but unsure how I actually get a docker image from here. Any pointers in the right direction?
You can build Docker images with node scripts/build --docker-images
. node scripts/build --help
for more information. Right now there is not much public documentation for this.
1 Like
Fantastic, thanks for the pointers!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.