jenkins pack fails to run chown tasks on systems to blacklist root user
Closed this issue · 4 comments
attachmentgenie commented
the jenkins pack tries to run the chown task as root, which is a user that is on the default deny list. This should be documented or reworked imho.
jrasell commented
@attachmentgenie I completely agree and had not noticed it is using the exec driver. Ideally we would use Docker as a standard.
attachmentgenie commented
@jrasell PR inbound ;-)
jrasell commented
:nomad-chef-kiss:
attachmentgenie commented
the chown task was rewritten and accepted in #80