Commit cefe79a
committed
Run mkimage.sh as non-root user
Alpine 3.23 ships apk-tools 3.0 which deprecated --no-chown as an alias
for --usermode. The --usermode flag cannot be used as root, breaking
the previous root-based build.
Switch to running the build as a dedicated "build" user, which is the
intended way to use mkimage.sh with the --no-chown flag.
Signed-off-by: Jan Dubois <jan.dubois@suse.com>1 parent 296b389 commit cefe79a
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments