renamed mount arg tmp to tmpfs
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
5fed74bc55
commit
514dde4e6d
@ -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(),
|
||||
|
Reference in New Issue
Block a user