-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Bug]: Race condition mounting static build files to web/worker containers #15046
Closed
1 task done
Closed
1 task done
Comments
This is happening too often to ignore. This is already annoying on PRs, but it also affects deploys sometimes, which creates friction and wastes our time. |
@KevinMind is this a dupe of #15036 ? |
5 tasks
5 tasks
5 tasks
Filed a bug with buildkit moby/buildkit#5566 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Sometimes when starting web/worker containers we experience a race condition from the static files volume being simultaneously mounted in both containers.
The error occurs in two instances
We can avoid this by not mounting to the worker container as it is not needing these files.
What did you expect to happen?
It should not happen
Is there an existing issue for this?
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: