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
The builder stage ran Gradle as root, so Log4jMigrationsTest's read-only
file assertion failed - root ignores POSIX permission bits. Building the
Dockerfile from scratch therefore either failed on that test or had to
skip the test suite entirely.
Drop to the ubuntu user (uid 1000) that the base image already ships -
the same account the runner stages rename to engine.
0 commit comments