Skip to content

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 <mrnugget@gmail.com>
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.

3 participants