Skip to content

Commit

Permalink
dockerfile: make fileop default
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Mar 11, 2019
1 parent 4cbd5ef commit e96d6d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/dockerfile/dockerfile2llb/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ func prefixCommand(ds *dispatchState, str string, prefixPlatform bool, platform
}

func useFileOp(args map[string]string, caps *apicaps.CapSet) bool {
enabled := fileOpEnabled
enabled := true
if v, ok := args["BUILDKIT_USE_FILEOP"]; ok {
if b, err := strconv.ParseBool(v); err == nil {
enabled = b
Expand Down
5 changes: 0 additions & 5 deletions frontend/dockerfile/dockerfile2llb/convert_fileop.go

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/dockerfile/dockerfile2llb/convert_nofileop.go

This file was deleted.

0 comments on commit e96d6d1

Please sign in to comment.