chainguard-dev / melange

build APKs from source code
Apache License 2.0
425 stars 103 forks source link

RFE: fix absolute symlinks to relative #1436

Open smoser opened 2 months ago

smoser commented 2 months ago

Generally, absolute symlinks are less "nice" than relative, as they assume the reader is rooted at /. In an installed system that is going to be true, but if you extract a package or container it is not true.

I would like to do this by default, and enable it to be turned off, but I don't have an actual example of why we'd want to turn it off.

smoser commented 2 months ago

related https://github.com/chainguard-dev/melange/issues/1435