Commit 3c338db
committed
test:docker: Create a common group for parsec users
Motive: The latest rust release (1.65) seems to handle the registry
differently.
It needs to write permissions to the registry for each command.
Even if the package is in the registry.
Solution: Create a common group for parsec clients users which grant them
r/w access to the registry (files in general).
Set the group owner of /opt/rust/registry to the common group and
set permissions to 775. i.e. "drwxrwxr-x 1 root parsec-clients registry"
Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>1 parent 5170e7b commit 3c338db
File tree
2 files changed
+9
-4
lines changed- e2e_tests/docker_image
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
| 397 | + | |
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| |||
0 commit comments