Skip to content

Commit

Permalink
controller: include CgroupParent in build.Options
Browse files Browse the repository at this point in the history
Signed-off-by: Jhan S. Álvarez <alvarezpcuser@gmail.com>
  • Loading branch information
yastanotheruser committed Jun 27, 2023
1 parent 707dc43 commit e65f6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/build/build.go
Expand Up @@ -54,6 +54,7 @@ func RunBuild(ctx context.Context, dockerCli command.Cli, in controllerapi.Build
NamedContexts: contexts,
},
BuildArgs: in.BuildArgs,
CgroupParent: in.CgroupParent,
ExtraHosts: in.ExtraHosts,
Labels: in.Labels,
NetworkMode: in.NetworkMode,
Expand Down

0 comments on commit e65f6b8

Please sign in to comment.