mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
- Registry: Fix the checksums file path
This commit is contained in:
+1
-1
@@ -316,7 +316,7 @@ func (graph *Graph) PullRepository(stdout io.Writer, remote, askedTag string, re
|
||||
err = func() error {
|
||||
localChecksums := make(map[string]string)
|
||||
remoteChecksums := []ImgListJson{}
|
||||
checksumDictPth := path.Join(graph.Root, "..", "checksums")
|
||||
checksumDictPth := path.Join(graph.Root, "checksums")
|
||||
|
||||
if err := json.Unmarshal(checksumsJson, &remoteChecksums); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user