paolorechia opened a new issue, #717: URL: https://github.com/apache/arrow-ballista/issues/717
**Describe the bug** Docker image build fails with the following error: ``` + cd ballista/scheduler/ui [2422](https://github.com/paolorechia/arrow-ballista/actions/runs/4517673072/jobs/7957036021#step:3:2423) + yarn install [2423](https://github.com/paolorechia/arrow-ballista/actions/runs/4517673072/jobs/7957036021#step:3:2424) yarn install v1.22.19 [2424](https://github.com/paolorechia/arrow-ballista/actions/runs/4517673072/jobs/7957036021#step:3:2425) [1/4] Resolving packages... [2425](https://github.com/paolorechia/arrow-ballista/actions/runs/4517673072/jobs/7957036021#step:3:2426) [2/4] Fetching packages... [2426](https://github.com/paolorechia/arrow-ballista/actions/runs/4517673072/jobs/7957036021#step:3:2427) error sockjs-client@1.6.1: The engine "node" is incompatible with this module. Expected version ">=12". Got "10.24.0" [2427](https://github.com/paolorechia/arrow-ballista/actions/runs/4517673072/jobs/7957036021#step:3:2428) error Found incompatible module. ``` **To Reproduce** ``` git clone g...@github.com:apache/arrow-ballista.git cd arrow-ballista ./dev/build-ballista-docker.sh ``` **Expected behavior** Ballista docker images are successfully built. **Additional context** It seems like the node version used by the docker image is no longer supported by the ` sockjs-client@1.6.1`. It seems we'd have two options to solve this: 1. Downgrade ` sockjs-client@1.6.1` 2. Upgrade the base node version used in the build. Perhaps one option going with 2 is to integrate nvm (Node Version Manager: https://github.com/nvm-sh/nvm#install--update-script) into the docker build, so we can easily update the used node version? I might give this a go if I have time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org