We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Err: EvalSymlinks: too many links
Skopeo uses /var/tmp as a tmpdir while pulling images and in bootc we symlink /var/tmp to /proc/1/root/var/tmp.
/var/tmp
/proc/1/root/var/tmp
EvalSymlinks function in the Go compiler doesn't understand how to handle this and throws the error Err: EvalSymlinks: too many links
EvalSymlinks