finch icon indicating copy to clipboard operation
finch copied to clipboard

Finch doesn't work out of the box with OpenSearch

Open ekielley opened this issue 1 year ago • 2 comments

What is the problem you're trying to solve?. I am trying to build OpenSearch from source according to their Developer Guide (here) with Finch running instead of Docker Desktop. When doing this, it appears that OpenSearch checks for the existence of Docker executables and fails when it doesn't find them. The specific command that is failing is ./gradlew assemble.

image

Describe the feature you'd like I would like a more 1:1 mapping between finch commands and Docker Desktop commands such that I can use one or the other without much hassle.

Additional context

  • OpenSearch GitHub: https://github.com/opensearch-project/OpenSearch

ekielley avatar Sep 06 '23 17:09 ekielley

Hi @ekielley , thanks for trying finch. It looks like OpenSearch hardcodes the path to docker binaries . I have opened a ticket in OpenSearch to support finch https://github.com/opensearch-project/OpenSearch/issues/9933

vsiravar avatar Sep 08 '23 16:09 vsiravar

Hi @ekielley , thanks for trying finch. It looks like OpenSearch hardcodes the path to docker binaries . I have opened a ticket in OpenSearch to support finch opensearch-project/OpenSearch#9933

Sounds good, thanks!

ekielley avatar Sep 08 '23 18:09 ekielley