Commit afcd74f
committed
pgadmin: make the container entrypoint executable (image smoke)
COPY preserves the non-executable mode 644 from the OBS payload source
file, causing crun to refuse execution of the entrypoint. Add explicit
chmod 0755 RUN layer after COPY to make the file executable in the
image, and chmod +x the source file to track the correct mode in git
(belt and braces).
Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>1 parent 01ec8a1 commit afcd74f
2 files changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
File mode changed.
0 commit comments