Skip to content

Commit cd27ea8

Browse files
authored
Support dockerfile specific ignore (#67)
- Builder fix for apple/container#1169.
1 parent a9bd132 commit cd27ea8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/build/frontend.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ func solvePlatform(ctx context.Context, bopts *BOpts, pl ocispecs.Platform, c ga
326326
return nil, nil, err
327327
}
328328

329+
_, err = cl.ReadEntrypoint(ctx, "dockerfile")
330+
329331
convertOpt := dockerfile2llb.ConvertOpt{
330332
TargetPlatform: &pl,
331333
MetaResolver: bopts.Resolver,

0 commit comments

Comments
 (0)