From 1fca51e6be139e2e95ba7937387ec7734d8cef99 Mon Sep 17 00:00:00 2001 From: priyawadhwa Date: Wed, 2 May 2018 03:36:12 -0400 Subject: [PATCH] Update CreatedBy field in config history (#163) --- pkg/executor/executor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/executor/executor.go b/pkg/executor/executor.go index d3b2039b1..4fbef060e 100644 --- a/pkg/executor/executor.go +++ b/pkg/executor/executor.go @@ -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(), }, }, )