feat: cache merged layers

igned-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Teppei Fukuda
2022-09-06 11:04:00 +03:00
committed by GitHub
parent a18f398ac0
commit 6b4ddaaef2
12 changed files with 211 additions and 97 deletions

View File

@@ -58,7 +58,7 @@ type ScannerConfig struct {
// Cache
ArtifactCache cache.ArtifactCache
LocalArtifactCache cache.LocalArtifactCache
LocalArtifactCache cache.Cache
// Client/Server options
RemoteOption client.ScannerOption