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
feat: remove default 'ubuntu' user on Ubuntu 23.04+
Starting from Ubuntu 23.04, the system includes a default 'ubuntu' user (UID 1000) to serve as a non-root OCI user. This cause errors when building the base image: `useradd: UID 1000 is not unique`.
Since we don't need the default 'ubuntu' user, this commit removes it.
Original PR: <kubeflow/kubeflow#7728>
Signed-off-by: Junlin Zhou <[email protected]>
0 commit comments