mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
vendor latest c/common
Includes my pasta changes. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/hooks/exec/runtimeconfigfilter.go
generated
vendored
1
vendor/github.com/containers/common/pkg/hooks/exec/runtimeconfigfilter.go
generated
vendored
@@ -56,7 +56,6 @@ func RuntimeConfigFilterWithOptions(ctx context.Context, options RuntimeConfigFi
|
||||
return nil, err
|
||||
}
|
||||
for i, hook := range options.Hooks {
|
||||
hook := hook
|
||||
var stdout bytes.Buffer
|
||||
hookErr, err = RunWithOptions(ctx, RunOptions{Hook: &hook, Dir: options.Dir, State: data, Stdout: &stdout, PostKillTimeout: options.PostKillTimeout})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user