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

Disable the default workingDir and HOME overrides #3920

Closed
wants to merge 1 commit into from
Closed

Disable the default workingDir and HOME overrides #3920

wants to merge 1 commit into from

Commits on May 7, 2021

  1. Disable the default workingDir and HOME overrides

    Prior to this commit Steps were given a default HOME
    env var and a default workingDir. These defaults collide
    with any value set by the Step's image Dockerfile.
    
    This commit removes the default home and workingDir
    overrides (except in those few cases where they're
    still expected, like PipelineResources).
    
    See https://groups.google.com/g/tekton-dev/c/C-PL8VYN51E/m/el5Fca_PDAAJ
    for our tekton-dev announcement of this change.
    
    See #1836 for the
    original problem description and workingDir tracking issue.
    
    See #2013 for the
    HOME change tracking issue.
    
    See https://github.com/tektoncd/pipeline/blob/main/docs/deprecations.md
    for our documented dates for these deprecations.
    
    See
    https://github.com/tektoncd/pipeline/blob/main/api_compatibility_policy.md#alpha-beta-and-ga
    for our beta deprecation policy.
    ,
    Scott committed May 7, 2021
    Configuration menu
    Copy the full SHA
    4bd1fa0 View commit details
    Browse the repository at this point in the history