You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was fixed in the context of Docker image usage only.
We need to fix the custom PHPLint action that reuse the dockerfile, but as official GitHub doc said, we cannot have a USER directive. So an additional fix will come before closing this report.
New Issue
Diagnose
Digest
sha256:7e82b3078506c4cac55081d9c3ef19ec8e5b18f3d5da10dbc179a17a22d29e4b
Output of `docker inspect overtrue/phplint:latest` command
Summary
Permission denied when running container with
--user
option (as recommended in documentation)Expected behaviour
No auth error
Actual behaviour
Additional Information
When running docker without
--user
option (root mode), all goes fine, except that we cannot delete cache if your user account is not in root group.The text was updated successfully, but these errors were encountered: