Merge pull request #29100 from afbjorklund/machine-cache

Restore caching of the default machine image
This commit is contained in:
Brent Baude 2026-07-02 10:05:27 -05:00 committed by GitHub
commit 9ac9834a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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