Update CreatedBy field in config history (#163)

This commit is contained in:
priyawadhwa 2018-05-02 03:36:12 -04:00 committed by dlorenc
parent 06bbe91259
commit 1fca51e6be
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ func DoBuild(dockerfilePath, srcContext, destination, snapshotMode string, docke
mutate.Addendum{
Layer: layer,
History: v1.History{
Author: constants.Author,
Author: constants.Author,
CreatedBy: dockerCommand.CreatedBy(),
},
},
)