-
Task
-
Resolution: Fixed
-
Minor
-
-
Evergreen - Milestone 1
Instead of using the current convoluted:
RUN time find ${EVERGREEN_HOME} \! -user jenkins -print0 | xargs -0 chown $user:$group
We should use the new COPY --chown to copy files into the container with the right user ownership.
- links to