-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks with results fail if when docker containers do not run as root #2131
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
I will be pleased to fix it as soon as I am done with the PR for pipeline results. |
othomann
added a commit
to othomann/pipeline
that referenced
this issue
Mar 2, 2020
I have a fix for it, but I am not sure how to add a regression test for it. |
othomann
added a commit
to othomann/pipeline
that referenced
this issue
Mar 2, 2020
othomann
added a commit
to othomann/pipeline
that referenced
this issue
Mar 3, 2020
othomann
added a commit
to othomann/pipeline
that referenced
this issue
Mar 3, 2020
3 tasks
othomann
added a commit
to othomann/pipeline
that referenced
this issue
Mar 3, 2020
tekton-robot
pushed a commit
that referenced
this issue
Mar 3, 2020
Closing as fixed by #2143 |
ghost
closed this as completed
Mar 3, 2020
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The /tekton/results directory is only writable by root, so images that do not run as root fail to create the directory. If any such docker image is included in a task, the task will fail with the following error if a results section is included in the task spec:
Error creating the results directory: mkdir /tekton/results: permission denied
pipeline/cmd/entrypoint/main.go
Line 60 in 97a0c45
The text was updated successfully, but these errors were encountered: