Skip to content

Commit 579de54

Browse files
authored
fix(build, buildah, staged): fix panic in run instruction (#6733)
Signed-off-by: Yaroslav Pershin <62902094+iapershin@users.noreply.github.com>
1 parent 802b7fa commit 579de54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/buildah/native_linux.go

+1
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ func (b *NativeBuildah) RunCommand(ctx context.Context, container string, comman
461461
}
462462

463463
runOpts := buildah.RunOptions{
464+
Logger: logrus.StandardLogger(),
464465
Env: opts.Envs,
465466
ContextDir: contextDir,
466467
AddCapabilities: opts.AddCapabilities,

0 commit comments

Comments
 (0)