-
Notifications
You must be signed in to change notification settings - Fork 25
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] Multiple symlinks cannot be made to point to the same destination #489
Comments
Note, we already have a type for this in the artifact section: Lines 49 to 57 in 08d2e6c
The case for symlinks in the image-post is a slightly different one though (really a hack so we don't need to create multiple packages). |
I think we could change Lines 131 to 134 in 08d2e6c
paths field that would be muttually exclusive with path (so specify one or the other, not both) which is a []string
|
Can these symlinks be placed in arbitrary locations? Or are they intended for linking stuff nested under, for example, |
Sounds like a good approach. I will implement this prior to #494. |
Expected Behavior
You should be able to create multiple symlinks that point to the same location. For example:
Actual Behavior
The spec format requires:
This causes a yaml parsing error at best, and silently overwrites the
/bin/busybox
map key at worst.Steps To Reproduce
n/a, see above.
Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: