Kibana 7.8.0 raises error on AWS deployment

Hi!
I cannot deploy OpenVidu 2.25.0 using AWS CloudFormation because of an error related to Kibana installation via docker.

Using docker.elastic.co/kibana/kibana:7.8.0 in docker-compose.yml raises the following error when I try to run ./openvidu start:
Error response from daemon: readlink /var/lib/docker/overlay2/: invalid argument

Using docker.elastic.co/kibana/kibana:7.8.1 fixes that error.

1 Like

You are right, the AMI is broken for some reason. Version 7.8.0 works (if you remove the image and pull it again), but by pulling and using 7.8.1 it also works.

I’ll fix the AMI today and announce the fix here.

Thanks for notifying!

1 Like

@leo.scientist The problem is now fixed. Try to redeploy 2.25.0 and you should not have any error.

1 Like

@cruizba Great, thanks a lot!