From 514dde4e6d9e68fceeb245e876ea73366cebc73c Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Thu, 4 Mar 2021 14:03:50 -0800 Subject: [PATCH] renamed mount arg tmp to tmpfs Signed-off-by: Sam Alba --- dagger/pipeline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger/pipeline.go b/dagger/pipeline.go index 10c5bdd0..8a305c86 100644 --- a/dagger/pipeline.go +++ b/dagger/pipeline.go @@ -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(),