Replies: 3 comments
-
Mock runs fine in --privileged rootless Pod/container (with user_namespaces = root inside, normal user outside), which is likely not available in Tekton? The experiment we have allocates an external VM, and uses ssh to perform the build on that VM. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to run mock in a kubernetes privileged sidecar by running mock inside of another privilieged container started in the sidecar. I did something like this on the sidecar, where the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My teammate @andrewschoen is trying to build RPMs in Tekton in IBM Cloud.
mock
errors out withERROR: Namespace unshare failed.
andINFO: Guessed host environment type: unknown
Is
mock
the best way to build RPMs in Tekton? Is this a future direction formock
? If not, what would you recommend instead?Beta Was this translation helpful? Give feedback.
All reactions