nullpacket
nullpacket
If it helps, we experienced the same thing. We added the following config to the runner toml `[runners.kubernetes.build_container_security_context.capabilities] add = ["CHOWN", "DAC_OVERRIDE","FOWNER","SETFCAP","SETGID","SETUID"]` This has resolved the issue although we still...
@andreas-ibm glad it helped. We started on this journey after having a hard time with a customer who migrated to OKD4 which by default does not allow containers to run...
We also experienced this over the weekend with the logging curator image. `$ docker pull openshift/origin-logging-curator5:v3.11 Error response from daemon: pull access denied for openshift/origin-logging-curator5, repository does not exist or...