We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96272e commit 4dbd980Copy full SHA for 4dbd980
1 file changed
docker/dockercli/dockercli.go
@@ -72,7 +72,7 @@ func saveImage(imageName string, fo *os.File) error {
72
}
73
74
func save(imageName string) (distribution.Manifest, error) {
75
- path := config.TmpLocal() + "/" + strings.Split(imageName, ":")[0] + "/blobs"
+ path := config.TmpLocal() + "/docker.io/library/" + strings.Split(imageName, ":")[0] + "/blobs"
76
77
if _, err := os.Stat(path); os.IsExist(err) {
78
err := os.RemoveAll(path)
0 commit comments