Hello Community,
for the below mentioned question, I am unable to build a Container Image.
Now modify the go-test
pipeline job as per details mentioned below:
1. Remove the sh 'go test ./...'
step.
2. Add an another stage (name it as per your choice) to build a docker image from the cloned code. The required Jenkins plugins have already been installed i.e Docker
and Docker pipeline
. The image should be tagged as adminturneddevops/go-webapp-sample
Error: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: mkdir /sys/fs/cgroup/rdma/docker: permission denied: unknown
Is it permission issue do I need to give any permissions or Is it because of kernel issue?
Can you please look into this and help me.
Regards,
Challapuram