-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
3
-
False
-
False
-
-
-
Pipelines Sprint 205, Pipelines Sprint 206
Starting in 0.24 Pipelines will no longer set the HOME env var of your Steps to be "/tekton/home" nor will it set Step's workingDir to "/workspace". Instead, HOME and workingDir will be whatever your Steps' containers define. You will still be able to override these values in your Steps' YAML - it is only Pipelines' defaults that are being removed.
See https://groups.google.com/g/tekton-dev/c/C-PL8VYN51E/m/el5Fca_PDAAJ for more details
OpenShift Pipelines currently did not opt-in to no longer set the HOME env var nor the working directory. Thus we need to decide whether we want to opt-out to this or prepare a migration/documentation path for upgrades from 1.4 to 1.5.
- Opt-out for 1.5 and mark it as deprecating for 1.6
- Document how to prepare a smooth upgrade for 1.6 in 1.5 documentation (release notes and doc)
- Use workingDir more often in current docs to set example