|
|
# Setting up POWER8/9 openSUSE for CI
|
|
|
|
|
|
1. Install `podman`
|
|
|
1. Install `podman` and `fuse3`
|
|
|
2. Add user to subuids and subgids as described in this [ticket](https://github.com/containers/libpod/issues/1182) or better by executing as suggested in [ticket 2542](https://github.com/containers/libpod/issues/2542):
|
|
|
```
|
|
|
sudo touch /etc/sub{u,g}id
|
... | ... | |