mirror of
https://github.com/containers/podman.git
synced 2025-06-21 17:38:12 +08:00
Merge pull request #7971 from rhatdan/blob
BlobInfoCacheDir is set incorrectly when copying images
This commit is contained in:
@ -55,6 +55,7 @@ func (o DockerRegistryOptions) GetSystemContext(parent *types.SystemContext, add
|
|||||||
sc.DockerRegistryUserAgent = parent.DockerRegistryUserAgent
|
sc.DockerRegistryUserAgent = parent.DockerRegistryUserAgent
|
||||||
sc.OSChoice = parent.OSChoice
|
sc.OSChoice = parent.OSChoice
|
||||||
sc.ArchitectureChoice = parent.ArchitectureChoice
|
sc.ArchitectureChoice = parent.ArchitectureChoice
|
||||||
|
sc.BlobInfoCacheDir = parent.BlobInfoCacheDir
|
||||||
}
|
}
|
||||||
return sc
|
return sc
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user