Support running Port Agent in an unprivileged Docker context, similar to how Ocean exporters are configured. Currently, Ocean exporter images are set up with a non-root user (ocean, uid/gid 999), which allows operation in restricted environments. In contrast, when inspecting the Port Agent image ( ghcr.io/port-labs/port-agent:v0.8.0 ), the USER field is not set, and the default CMD runs commands that may require root permissions. Providing an unprivileged Port Agent image would ensure better compatibility with environments where root access is restricted.