Commit 25b0ea3
committed
fix: set executable permissions on binaries in Docker image
COPY without --chmod=755 preserves the source file permissions, which
may not include the execute bit depending on the build environment.
This caused /nebula: permission denied in distroless containers.1 parent e89a3c5 commit 25b0ea3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments