python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using --net=host in Tekton sidecars
I am creating a tekton project which will spawn docker images which in turn will run few kubectl commands. This I have accomplished by using sidecars in tekton docker:dind image and setting
securityCo...
zXi
Votes: 0
Answers: 1
Is it possible to have a sidecar persist across multiple tasks in a Tekton pipeline?
Tekton's build-in sidecar functionality allows you to define sidecars that will run alongside a single task and stop when the task completes. The specific use-case I'm concerned with is using a Docker...
Hilda Hay
Votes: 0
Answers: 1
Binding a Tekton Workspace directory to a VolumeMount
We have a Tekton pipeline from which we want to run our ReadyAPI test suites. We're using the official image from SmartBear (https://hub.docker.com/r/smartbear/ready-api-soapui-testrunner).
The image ...
Andreas Bradahl
Votes: 0
Answers: 1
Tekton sidecar: docker daemon failing to start
I have a Tekton pipeline that builds and pushes a Docker image to a private repository. The task that handles this uses a DinD sidecar. Originally, it worked just fine, but it's started failing with t...
Hilda Hay
Votes: 0
Answers: 1