Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.83k stars 2.33k forks source link

While building the UI Image, encounter Node version error #3641

Open snehashish99 opened 1 year ago

snehashish99 commented 1 year ago

WHile running docker-compose build command, I am encountering following error,

ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1 ERROR: Service 'conductor-ui' failed to build : Build failed

I think it is because yarn is expecting Node version > 16 in [/docker/ui/Dockerfile](Screenshot from 2023-06-07 19-29-43)

Details Conductor version: 3.13.6 Persistence implementation: N/A Queue implementation: Postgres Lock: Redis Workflow definition: Task definition: Event handler definition:

To Reproduce Steps to reproduce the behavior:

  1. Go to '/deploy' directory
  2. RUn command 'docker-compose build'
  3. See error

Expected behavior TO build the image without errors

alberttwong commented 1 year ago

answer at https://github.com/Netflix/conductor/issues/3674