Commit d91bb6a
authored
RHAIENG-287: fix(runtime/datascience): set same permissions for group as for owner for OpenShift compatibility (opendatahub-io#2589)
```
=================================== FAILURES ===================================
_ TestBaseImage.test_file_permissions[ghcr.io/opendatahub-io/notebooks/workbench-images:runtime-datascience-ubi9-python-3.12-_fdc10eaf1ab4a40309e04a455f9b9a79989c8130] [Checking permissions of the: /opt/app-root/share] _
tests/containers/base_image_test.py:243: in test_fn
assert cleaned_output == f"{item[1]}:{item[2]}:{item[3]}"
E AssertionError: assert '775:0:0' == '775:0:1001'
E
E - 775:0:1001
E ? - --
E + 775:0:0
```
* see also issue opendatahub-io#2580, PR opendatahub-io#2581
* and opendatahub-io#2465 which introduced the root thing in trustyai1 parent f1a1578 commit d91bb6a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
372 | 375 | | |
373 | 376 | | |
374 | 377 | | |
| |||
0 commit comments