mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
snapshot: update mounts to mountable interface
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@@ -315,7 +315,7 @@ func newHTTPSource(tmpdir string) (source.Source, error) {
|
||||
}
|
||||
|
||||
cm, err := cache.NewManager(cache.ManagerOpt{
|
||||
Snapshotter: snapshotter,
|
||||
Snapshotter: snapshot.FromContainerdSnapshotter(snapshotter),
|
||||
MetadataStore: md,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user