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: add rootless support for Ubuntu container image
Add the same rootless patches as the Alpine image:
- Patch openvoxserver-ca symlink_to_old_cadir and FileUtils.chown
- Patch foreground script restartcounter (touch+chmod instead of install --owner)
- Patch puppetserver USER check for non-root execution
- Add OpenShift random UID pattern (chgrp 0, chmod g=u, SGID)
- Set HOME explicitly for random UIDs
- Run as non-root user (USER 999:0)
0 commit comments