mirror of
https://github.com/containers/podman.git
synced 2026-03-30 12:32:47 -04:00
artifact: do not set SystemContext in CopyOptions
We set it not nil anyway so it is not used and it is already removed
from common:
544c8fc8cf
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -162,7 +162,6 @@ func (ir *ImageEngine) ArtifactPush(ctx context.Context, name string, opts entit
|
||||
}
|
||||
|
||||
copyOpts := libimage.CopyOptions{
|
||||
SystemContext: nil,
|
||||
SourceLookupReferenceFunc: nil,
|
||||
DestinationLookupReferenceFunc: nil,
|
||||
CompressionFormat: nil,
|
||||
|
||||
Reference in New Issue
Block a user