continuwuity/.forgejo/workflows
Tom Foster a9c1d165d7 fix(docker): Resolve liburing.so.2 loading error for non-root users
Container failed to start when running as non-root (user 1000:1000) because
copied directories had restrictive 770 permissions, likely due to different
umask in persistent BuildKit. Non-root users couldn't access /usr/lib to
load required dynamic libraries.

Adds --chmod=755 to all COPY commands to explicitly set permissions and
improves library extraction with robust lddtree processing. Also fixes
workflow syntax error and removes docker/** from paths-ignore to ensure
Docker changes trigger CI builds.
2025-09-07 13:21:58 +01:00
..
documentation.yml ci: Don't run docs flow when the secret is inaccessible 2025-06-24 22:43:43 +01:00
element.yml Element Web build fixes 2025-07-03 22:26:02 +01:00
mirror-images.yml fix: Correct vars 2025-07-06 22:57:33 +01:00
prek-checks.yml ci: Fix CI not triggering on external pull requests 2025-09-06 15:21:39 +01:00
release-image.yml fix(docker): Resolve liburing.so.2 loading error for non-root users 2025-09-07 13:21:58 +01:00
renovate.yml feat: Cache renovate data, RO GitHub token 2025-08-31 01:37:50 +01:00