Commit 981e455
committed
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 <jameszhou2108@hotmail.com>1 parent 290935a commit 981e455
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments