Commit a5d8ed1
committed
fix: chmod +x vendored scripts to fix Permission denied on /entrypoint.sh\n\nAll .sh files were committed as 100644 (non-executable). The Helm chart\nconfigmap scripts (replicaset-entrypoint.sh, mongos-entrypoint.sh) call\n
exec /entrypoint.sh, which is a symlink to the vendored entrypoint.\nWithout the execute bit, containers crash with:\n /entrypoint.sh: Permission denied\n\nAdd a RUN layer after COPY rootfs to chmod a+x all scripts."1 parent d846f1d commit a5d8ed1
2 files changed
Lines changed: 2 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments