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 volume regex to match full volume name #2218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pipex
Copy link
Contributor

@pipex pipex commented Oct 23, 2023

Previous regex would recognize non balena volumes with partial matches.

Closes: #2207

When non-balena managed docker volumes are present that partially match
the appId_volumeName regular expression, the partial name will be
used incorrectly as the full name by the supervisor.

Change-type: patch
Contributed-by: @thomaswiese0
Closes: #2207
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

Successfully merging this pull request may close these issues.

Partial match in volume discovery can lead to endless volume removal loop
1 participant