d4cf0572e6
For users to be able to specifiy a custom working dir for their container nodes this change removes the hard-coded /tmp workingDir attribute from the container specs. The user-specified WORKDIR from the respective Dockerfile is then used. Change-Id: I0e2c0ca5be0af2360f54336340a40fa37ffe1001
11 lines
429 B
YAML
11 lines
429 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The k8s and OpenShift providers do not longer set the workingDir attribute
|
|
of their container specs to /tmp.
|
|
|
|
For increased flexibility for the user, the working dir specified in the
|
|
container images Dockerfile is used as the default in container nodes.
|
|
Please note that this might often be the root dir ('/') if not specified
|
|
otherwise by the respective Dockerfiles WORKDIR directive.
|