vicvicg

Results 2 comments of vicvicg

Here's contents of dockerfile that we use to build containers to reproduce the mentioned failures: FROM registry.hub.docker.com/library/centos:8 RUN dnf install -y \ sudo \ git \ tzdata \ vim \...

> @vicvicg - thanks, I'm working on reproducing it locally. Does your docker environment enforces any additional restrictions (e.g. seccomp, apparmor, or similar) ? @agordon: No, our docker environment doesn't...