You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix ownership path in codeserver/ubi9-python-3.12 Dockerfile for consistency (#2356)
```
[Checking permissions of the: /opt/app-root/share] _
tests/containers/base_image_test.py:240: in test_fn
assert cleaned_output == f"{item[1]}:{item[2]}:{item[3]}"
E AssertionError: assert '755:0:0' == '775:0:1001'
E
E - 775:0:1001
E + 755:0:0
```
0 commit comments