mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	Merge pull request #2482 from rvoh-tismith/fix/single_source_create
Add `--prefer-index` flag for`imagetools create` on a single source
This commit is contained in:
		| @@ -608,7 +608,7 @@ func BuildWithResultHandler(ctx context.Context, nodes []builder.Node, opt map[s | ||||
| 								} | ||||
| 							} | ||||
|  | ||||
| 							dt, desc, err := itpull.Combine(ctx, srcs, nil) | ||||
| 							dt, desc, err := itpull.Combine(ctx, srcs, nil, false) | ||||
| 							if err != nil { | ||||
| 								return err | ||||
| 							} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tõnis Tiigi
					Tõnis Tiigi