-
Notifications
You must be signed in to change notification settings - Fork 64
Symlinks aren't properly copied #57
Copy link
Copy link
Open
Labels
bugThis issue describes a defect or unexpected behaviorThis issue describes a defect or unexpected behaviorcarvel-acceptedThis issue should be considered for future work and that the triage process has been completedThis issue should be considered for future work and that the triage process has been completed
Metadata
Metadata
Assignees
Labels
bugThis issue describes a defect or unexpected behaviorThis issue describes a defect or unexpected behaviorcarvel-acceptedThis issue should be considered for future work and that the triage process has been completedThis issue should be considered for future work and that the triage process has been completed
What steps did you take:
vendir syncwith this config:What happened:
config/upstream/serving/config/core/300-imagecache.yamlis an invalid symlink, pointing to a file that doesn't exist.What did you expect:
I'm not 100% sure, probably it should collapse the symlink into a regular file with the contents of the file it pointed to. Maybe this needs to be configurable.
Anything else you would like to add:
I looked into this a little and found it was broken in the library that vendir depends on: otiai10/copy#32
Environment:
vendir --version): 0.16.0/etc/os-release): ubuntu focal