mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	Add a --prefer-index flag that allows you to specify the preferred behavior when deciding on how to create an image/manifest from a single source.
Signed-off-by: Tim Smith <tismith@rvohealth.com>
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
	 Tim Smith
					Tim Smith