Merge pull request #7971 from rhatdan/blob

BlobInfoCacheDir is set incorrectly when copying images
This commit is contained in:
OpenShift Merge Robot
2020-10-09 05:04:27 -04:00
committed by GitHub

View File

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