mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Merge pull request #29100 from afbjorklund/machine-cache
Restore caching of the default machine image
This commit is contained in:
commit
9ac9834a50
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ func NewOCIArtifactPull(ctx context.Context, dirs *define.MachineDirs, endpoint
|
|||
return nil, fmt.Errorf("failed to add version tag to %q: %w", endpoint, err)
|
||||
}
|
||||
endpoint = "docker://" + taggedRef.String()
|
||||
cache = true
|
||||
}
|
||||
}
|
||||
// If parsing failed, just continue with the original endpoint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue