Skip to content
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

Setup WorkingDir for place-tools init container to avoid permission error #3979

Merged
merged 1 commit into from
Jun 1, 2021

Commits on May 27, 2021

  1. Change nonroot user for examples test

    With 1001 user run-steps-as-non-root test can fail because of missing
    permissions, see tektoncd#3978
    
    Possible solutions is to use 65532 user, which is configured one for
    gcr.io/distroless/static:nonroot base image or to change working directory
    to "/" from the default "/home/nonroot" as per GoogleContainerTools/distroless#718
    
    "/" working directory allows to use not only 65532 user, so
    this path is chosen.
    
    Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
    barthy1 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    02a852a View commit details
    Browse the repository at this point in the history