wire-server icon indicating copy to clipboard operation
wire-server copied to clipboard

Cannot Build docker-intermediate

Open rider8581 opened this issue 4 years ago • 4 comments

Good day,

Thank you for your contribution.

I was building this .... make docker-intermediate

And faced this error: image

Would you kindly guide me how I can fix this error?

rider8581 avatar Sep 07 '21 13:09 rider8581

Please make sure you have checked out all the submodules:

git submodule update --init --recursive

akshaymankar avatar Sep 08 '21 07:09 akshaymankar

Thank you for your kind and quick reply. It solved my issue and I was able to build it.

However, when I run it according to your description (https://github.com/wireapp/wire-server/blob/develop/deploy/services-demo/README.md), I faced some issues.

Terminal 1 looks okay: image

But in Terminal 2, 2 containers have been exited. image

As I checked the logs of containers, it is because it couldn't find AWS credential in container "services-demo_cargohold_1".

Would you kindly explain why it needs AWS credentials and how I can put my credential into cragohold container?

rider8581 avatar Sep 08 '21 11:09 rider8581

I think it shouldn't need AWS credentials. Can you please try creating an empty file in that location and see if that works?

akshaymankar avatar Sep 13 '21 10:09 akshaymankar

I mapped the the credential file of host to the docker container through volume. image And it is working now.

rider8581 avatar Sep 14 '21 06:09 rider8581