--chown=$UID:$GID
when copying files. The $UID
and $GID
environment variables are provided by StreamNative base images and ensure proper file permissions. Do not change these values.runnerImage
parameter in custom-runtime-options
:
--chown=$UID:$GID
is used for all COPY operations