mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
vendor: update buildkit to master@d5c1d785b042
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
1
vendor/github.com/moby/buildkit/util/imageutil/config.go
generated
vendored
1
vendor/github.com/moby/buildkit/util/imageutil/config.go
generated
vendored
@ -156,6 +156,7 @@ func Config(ctx context.Context, str string, resolver remotes.Resolver, cache Co
|
||||
}
|
||||
|
||||
children := childrenConfigHandler(cache, platform)
|
||||
children = images.LimitManifests(children, platform, 1)
|
||||
|
||||
dslHandler, err := docker.AppendDistributionSourceLabel(cache, ref.String())
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user