Commit b6f0c39
committed
fix(dockerfile-linux): revoke the satosa user's ability to modify the entrypoint script
Guarantee the entrypoint script gets the correct permissions by
explicitly setting them at image build time. Note that the COPY
command's `--chmod` flag requires BuildKit, which may not work in all
environments.1 parent f39d2b9 commit b6f0c39
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments