openobserve icon indicating copy to clipboard operation
openobserve copied to clipboard

Reports are unusable when using OpenObserve in Docker

Open gaby opened this issue 1 year ago • 4 comments

Which OpenObserve functionalities are the source of the bug?

Don't known / other

Is this a regression?

No

Description

When using OpenObserve with Docker the release image has minimal packages, this makes it that even if you mount the chromedriver binary from selenium it won't work.

There are several .so files require for chromedriver to work inside Docker. For example libnss3, and libglibc.

The final image should have the require libs for all the features to work, or install the chromedriver via apt in the image to make it an all-in-one package.

Please provide a link to a minimal reproduction of the bug

n/a

Please provide the exception or error you saw

The logs show that the binary can't start because .so files are missing.

Please provide the version you discovered this bug in (check about page for version information)

v0.10.9-rc3
Linux
Docker

Anything else?

I tried debugging this for around +3hrs and found no fix with the current image.

gaby avatar Aug 07 '24 14:08 gaby