Fix relative path bind mounts regression by realrajaryan · Pull Request #572 · apple/container

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@realrajaryan

Copy link

Contributor

Type of Change

  • Bug fix

Description

Resolves #565. Relative paths in type=bind mounts now resolve to absolute paths instead of being validated as volume names. Added some tests generated using gen AI for this scenario.

justinyaodu reacted with heart emoji

@realrajaryan realrajaryan force-pushed the users/realrajaryan/relative-path-bind-mount branch from bdd8ec6 to cf51b55 Compare

September 3, 2025 21:47

@realrajaryan realrajaryan merged commit 20de850 into apple:main

Sep 3, 2025

2 checks passed

@realrajaryan realrajaryan deleted the users/realrajaryan/relative-path-bind-mount branch

September 3, 2025 22:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@dcantah dcantah dcantah approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot use a relative path as the source path of a bind mount anymore

2 participants

@realrajaryan @dcantah