Merge pull request #158 from dagger/fix-mount-tmpfs

Fix mount tmpfs
This commit is contained in:
Sam Alba
2021-03-04 18:32:28 -08:00
committed by GitHub
4 changed files with 16 additions and 7 deletions

View File

@@ -369,7 +369,7 @@ func (p *Pipeline) mount(ctx context.Context, dest string, mnt *compiler.Value)
llb.CacheMountShared,
),
), nil
case "tmp":
case "tmpfs":
return llb.AddMount(
dest,
llb.Scratch(),