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

consider symlink support #34

Open
codefromthecrypt opened this issue Feb 22, 2024 · 0 comments
Open

consider symlink support #34

codefromthecrypt opened this issue Feb 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@codefromthecrypt
Copy link
Contributor

codefromthecrypt commented Feb 22, 2024

Is your feature request related to a problem? Please describe.

currently, if you uncar something that has symlinks you won't get them

for example, springcloud/spring-cloud-kubernetes-discoveryserver:3.1.0 has symlinks in it

$ ls -al /cnb/process/web
lrwxrwxrwx 1 root root 23 Jan  1  1980 /cnb/process/web -> /cnb/lifecycle/launcher

Describe the solution you'd like

symlinks should be supported if the underlying OS does and they don't escape the relative directory

Describe alternatives you've considered

just not supporting them at all, but then it is confusing for example troubleshooting something like springcloud/spring-cloud-kubernetes-discoveryserver:3.1.0 where the entrypoint is a symlink

@codefromthecrypt codefromthecrypt added the enhancement New feature or request label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant