run: set userStr

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc 2020-02-28 18:56:05 +01:00 committed by Tejal Desai
parent 52acd798f8
commit fec7c126f9
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ func (r *RunCommand) ExecuteCommand(config *v1.Config, buildArgs *dockerfile.Bui
var userStr string
// If specified, run the command as a specific user
if config.User != "" {
userStr = config.User
uid, gid, err := util.GetUIDAndGIDFromString(config.User, true)
if err != nil {
return err