falcosecurity / falco

Cloud Native Runtime Security
https://falco.org
Apache License 2.0
7.24k stars 893 forks source link

Falco sidekick ui redis uses an image that's not multi-arch (exec format error) #2402

Closed samip5 closed 1 year ago

samip5 commented 1 year ago

Describe the bug

The falco sidekick ui defaults to the docker.io/redislabs/redisearch image which lacks an arm64 variant.

How to reproduce it

Deploy Falco sidekick ui on arm64 nodes, eg Raspberry Pi 4

Expected behaviour

I expected it to work.

Screenshots

Environment

Additional context

Seems to suggest that the docker image is deprecated: https://hub.docker.com/r/redislabs/redisearch

Issif commented 1 year ago

Thanks for reporting this issue. I already know it and don't have a solution. As long redislab doesn't provide an arm64 image I can't do anything on my side except rewriting everything to use a different backend (and to be honest I don't want). Could you create an issue in their repo and link this one please?

samip5 commented 1 year ago

Could you create an issue in their repo and link this one please?

I did that, but maybe worth noting is that the docker hub readme says that the redisearch container is deprecated and to use redis-stack instead?

Issif commented 1 year ago

Could you create an issue in their repo and link this one please?

I did that, but maybe worth noting is that the docker hub readme says that the redisearch container is deprecated and to use redis-stack instead?

Oh I didn't know that, I'll take a look. Thanks

Issif commented 1 year ago

@samip5 can you close this issue and recreate in the falcosidekic-ui repo please? There's also an issue in charts about the same topic, you could just follow in this one.

samip5 commented 1 year ago

@samip5 can you close this issue and recreate in the falcosidekic-ui repo please? There's also an issue in charts about the same topic, you could just follow in this one.

I think you should be able to move it there from the menu on the right side? If not, I can just subscribe to the chart issue about this and discuss it there.

Issif commented 1 year ago

these are 2 different repos, we can't move an issue from on to another. let's continue in the chart issue, makes more sense. thanks

samip5 commented 1 year ago

True, but Github should have an ability to move issues between the same org's repos. Closing this then.

Issif commented 1 year ago

I'm not an owner of the org, I couldn't anyway.