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:
Paul Holzinger
2026-03-05 12:53:40 +01:00
parent 492eefd984
commit a2f0e0da47

View File

@@ -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,