tsuru
tsuru copied to clipboard
Client 0.17.1 copies the symlink instead of the linked file
I have a symlink to a file in another folder out of deploy image. Using 'tsuru app-deploy', the image created had a 'local' copy of that file.
With 0.17.1, the behavior has changed to copy only the link (not the file), breaking deployment.
It's a side effect of this commit tsuru/tsuru-client@5febbbffcb684981a5fb8c084fa13ad69e17664e Before that, tsuru client used to create hard link instead of symlink.
I think we can add --follow-link
flag in tsuru app-deploy
to follow symlink.
This issue is 2019 days old, marking as stale! cc: @cirocavani