Error in deploying conductor #2191
-
I am trying to deploy conductor on CentOS VM version 7. When I run the docker-compose build command, I am getting this error: "ERROR: Service 'conductor-server' failed to build: The command '/bin/sh -c ./gradlew build -x test' returned a non-zero code: 1" Has anybody else faced the same issue and got any resolution for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Which version of Conductor are you using 2.X or 3.X ? If its 3.x, then Java 11 is needed and the Dockerfile is still referring to the old Java 8 version. This causes a build failure. I have forked the repository, updated the Dockerfile and submitted the PR. Once the PR is accepted, the issue should be fixed. Until then please try using https://github.com/maheshyaddanapudi/conductor/blob/main/docker/server/Dockerfile for creating the Docker Image for Conductor Server |
Beta Was this translation helpful? Give feedback.
Which version of Conductor are you using 2.X or 3.X ?
If its 3.x, then Java 11 is needed and the Dockerfile is still referring to the old Java 8 version. This causes a build failure.
I have forked the repository, updated the Dockerfile and submitted the PR. Once the PR is accepted, the issue should be fixed.
Until then please try using https://github.com/maheshyaddanapudi/conductor/blob/main/docker/server/Dockerfile for creating the Docker Image for Conductor Server