Commit 5c6b616
committed
Set the UID/GID of podman-run to root
If the Containerfile has a USER directive, podman-run will execute the
bootc command as that user, making the installation to fail. So, let's
force the root as user/group to overwrite any possible USER directive.
Signed-off-by: German Maglione <[email protected]>1 parent f222c1e commit 5c6b616
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments