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

Fix additional files being deleted prematurely #468

Merged
merged 2 commits into from
Feb 16, 2021

Conversation

eseliger
Copy link
Member

When multiple containers use the same additional files, they could sometimes be deleted before the last container was done using them. Docker bind mount errors were happening then.
This fixes it by taking the workspace path into account for the local file path, making it truly unique between workspace runs.

When multiple containers use the same additional files, they could sometimes be deleted before the last container was done using them. Docker bind mount errors were happening then.
This fixes it by taking the workspace path into account for the local file path, making it truly unique between workspace runs.
@eseliger eseliger added the bug Something isn't working label Feb 16, 2021
@eseliger eseliger added this to the Campaigns Sprint 10 milestone Feb 16, 2021
@eseliger eseliger requested a review from a team February 16, 2021 01:14
@mrnugget mrnugget merged commit 7a9dbe0 into main Feb 16, 2021
@mrnugget mrnugget deleted the es/fix-additional-files-delete branch February 16, 2021 08:40
scjohns pushed a commit that referenced this pull request Apr 24, 2023
* Fix additional files being deleted prematurely

When multiple containers use the same additional files, they could sometimes be deleted before the last container was done using them. Docker bind mount errors were happening then.
This fixes it by taking the workspace path into account for the local file path, making it truly unique between workspace runs.

* Update CHANGELOG.md

Co-authored-by: Thorsten Ball <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants