conductor icon indicating copy to clipboard operation
conductor copied to clipboard

conductor-ui build fails using docker compose

Open JuanFeldman-Reflektion opened this issue 1 year ago • 2 comments

Describe the bug Docker compose build is failing when trying to build conductor-ui

Details Conductor version: https://github.com/Netflix/conductor/commit/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3

To Reproduce Steps to reproduce the behavior:

  1. Clone the repo.
  2. Go to docker folder
  3. Run docker-compose build
  4. conductor-ui build fails

Expected behavior Conductor images build successfully

Screenshots Screen Shot 2023-06-27 at 08 44 07

Additional context Running on a MacBook Pro - Big Sur 11.5.2

JuanFeldman-Reflektion avatar Jun 27 '23 11:06 JuanFeldman-Reflektion

Update: easy to fix by updating node version from 14 to 16 at https://github.com/Netflix/conductor/blob/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3/docker/ui/Dockerfile#L4

JuanFeldman-Reflektion avatar Jun 27 '23 12:06 JuanFeldman-Reflektion

Hi @JuanFeldman-Reflektion I open Pull Request with there solution #3680

JCHacking avatar Jul 10 '23 15:07 JCHacking