-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Description
An inconsistency was identified in jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cuda regarding USER directives before the install heredoc block.
Details
The install heredoc (around line 99) contains operations that typically require root privileges:
chmod -R g+w /opt/app-root/lib/python3.12/site-packagesfix-permissions /opt/app-root -P
However, this block currently runs as USER 1001 (set at line 94), which is inconsistent with:
Dockerfile.konflux.rocmin the same directory (switches toUSER 0at line 86 before the equivalent install block)- Other Dockerfile.konflux variants in the repository
Current Status
This inconsistency is not causing any problems at the moment, but should be addressed for consistency and to prevent potential future issues.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
๐ Backlog