mirror of
https://github.com/containers/podman.git
synced 2026-03-25 18:13:22 -04:00
Also set DestinationCtx in a copy
It shouldn't actually affect anything, but it's easier to set it than worry. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -87,7 +87,8 @@ func pull(ctx context.Context, imageInput types.ImageReference, localDestPath *d
|
||||
}
|
||||
|
||||
copyOpts := copy.Options{
|
||||
SourceCtx: sysCtx,
|
||||
SourceCtx: sysCtx,
|
||||
DestinationCtx: sysCtx,
|
||||
}
|
||||
if !options.quiet {
|
||||
copyOpts.ReportWriter = os.Stderr
|
||||
|
||||
Reference in New Issue
Block a user