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

@@ -24,7 +24,7 @@ import (
// SuperSet binds cache dependencies
var SuperSet = wire.NewSet(
cache.NewFSCache,
wire.Bind(new(cache.LocalArtifactCache), new(cache.FSCache)),
wire.Bind(new(cache.Cache), new(cache.FSCache)),
NewCache,
)