Ocean Image – UID Restriction
S
Simon Turcotte
The Ocean container image runs as user
ocean
with UID 999
. Some organizations have security policies that prohibit running containers with UIDs below 1000. This restriction blocks deployment unless the default UID is overridden, which can break functionality or impact performance (e.g., issues with certificate updates or /tmp
access).Request:
Parameterize the UID in the Dockerfile or Helm chart, or provide a supported way to run Ocean with a user UID
>= 1000
, to comply with stricter security policies.