-
Notifications
You must be signed in to change notification settings - Fork 272
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
bash under alpine:edge failed in testing file writable #156
Comments
Found an issue to check if file is readable in
|
Reverting to
|
very annoying bug, I stumbled upon this one myself. Still present in the current version of alpine:3.14 Any suggestions on how to tackle or any WIP on this? going back to 3.13 might not be the smartest solution here. |
This is related to faccessat2 syscall has been enabled in musl in alpine starting 3.14. Due to a bug in runc it fails if your kernel do not support faccessat2. |
This also seems to affect the executable test in Alpine 3.14:
Not sure whether this is worth a new issue here? |
This reverts commit b0b0281. It's not bug of Alpine Linux, but docker host need to support faccessat2. alpinelinux/docker-alpine#156 (comment)
Same issue on Directory test also failed ( |
And issue exists in alpine images 3.17.2, 3.17.3 |
Steps to reproduce:
Version to reproduce: (Result from docker inspect alpine:edge)
The text was updated successfully, but these errors were encountered: