Hi,
I set-up elasticsearch codebase on my local and I see that my setup fails when I try to do gradle build in IDE.
Below is the error that I receive.
Docker (checked [/usr/bin/docker, /usr/local/bin/docker]) is required to run the following tasks:
:distribution:docker:buildAarch64DockerImage
:distribution:docker:buildAarch64OssDockerImage
:distribution:docker:buildAarch64UbiDockerImage
:distribution:docker:buildDockerImage
:distribution:docker:buildOssDockerImage
:distribution:docker:buildUbiDockerImage
you can address this by attending to the reported issue, or removing the offending tasks from being executed.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Can you please suggest a resolution for the issue?
Thank you,
Ankur