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

docker-compose V2 compatibility #158

Closed
wonkr opened this issue Aug 28, 2023 · 1 comment
Closed

docker-compose V2 compatibility #158

wonkr opened this issue Aug 28, 2023 · 1 comment
Assignees

Comments

@wonkr
Copy link
Member

wonkr commented Aug 28, 2023

Having issues building emulators using the docker-compose v2.

The issue caused by an usage of dummy image. When the ImageA is build from ImageB, docker-compose v2 does not necessarily wait until ImageB build is done. So, when the docker compose tries to build ImageA before the ImageB is built, it causes error.

To solve this issue, need to specify that ImageA depends on ImageB using -depends_on entry in docker-compose.yml.

@wonkr wonkr self-assigned this Aug 28, 2023
wonkr added a commit to wonkr/seed-emulator that referenced this issue Aug 29, 2023
wonkr added a commit that referenced this issue Aug 29, 2023
wonkr added a commit that referenced this issue Aug 31, 2023
#158 fix issue from docker compose v2
@wonkr wonkr closed this as completed Aug 31, 2023
@wonkr
Copy link
Member Author

wonkr commented Aug 31, 2023

#161

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

1 participant