Re: [PATCH v1 1/4] automation/scripts/containerize: fix DOCKER_CMD=podman

2020-11-18 Thread Doug Goldstein
On 11/17/20 12:24 PM, Edwin Török wrote: > On CentOS 8 with SELinux containerize doesn't work at all: > > Make sure that the source code and SSH agent directories are passed on > with SELinux relabeling enabled. > (`-security-opt label=disabled` would be another option) > > Signed-off-by: Edwi

[PATCH v1 1/4] automation/scripts/containerize: fix DOCKER_CMD=podman

2020-11-17 Thread Edwin Török
On CentOS 8 with SELinux containerize doesn't work at all: Make sure that the source code and SSH agent directories are passed on with SELinux relabeling enabled. (`-security-opt label=disabled` would be another option) Signed-off-by: Edwin Török --- automation/scripts/containerize | 6 +++---