Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Build docker-intermediate #1741

Open
rider8581 opened this issue Sep 7, 2021 · 4 comments
Open

Cannot Build docker-intermediate #1741

rider8581 opened this issue Sep 7, 2021 · 4 comments

Comments

@rider8581
Copy link

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?

@akshaymankar
Copy link
Member

Please make sure you have checked out all the submodules:

git submodule update --init --recursive

@rider8581
Copy link
Author

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?

@akshaymankar
Copy link
Member

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

@rider8581
Copy link
Author

rider8581 commented Sep 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants