Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

Build error with conductor and community server #173

Open michael-rivera-florencehc-com opened 1 year ago

michael-rivera-florencehc-com commented 1 year ago

Describe the bug When going through the steps of building a docker image for the community-server with the latest version of the conductor build, I get the following error message

Details Conductor version: Latest build Community Server implementation

To Reproduce Steps to reproduce the behavior: git clone https://github.com/Netflix/conductor.git git clone https://github.com/Netflix/conductor-community.git cp -Rfv conductor-community/community-server/* conductor/server/ cd conductor/docker docker build -t conductor:server -f server/Dockerfile ../ Error

Expected behavior Build a proper docker image

Additional context building on on a AWS Linux 2 instance FAILURE: Build failed with an exception.

BUILD FAILED in 43s

manan164 commented 1 year ago

Hi @michael-rivera-florencehc-com , Thanks for reporting this. Can you please tell me what exactly you are trying to achieve? We don't need to copy the community to the main conductor repo. We can build a community standalone and use the jar as a dependency in the main repo. Let me know if this works, or we can chat here for more realtime collaboration.

thxmike commented 1 year ago

Yes, I am trying to get the community server running with the docker-compose running on an Amazon EC2 linux instance