vendor: update buildkit to v0.24.0-rc2
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
+5
-1
@@ -32,8 +32,12 @@ func ReadRemoteFiles(ctx context.Context, nodes []builder.Node, url string, name
|
||||
var sessions []session.Attachable
|
||||
var filename string
|
||||
|
||||
st, ok := dockerui.DetectGitContext(url, false)
|
||||
keepGitDir := false
|
||||
st, ok, err := dockerui.DetectGitContext(url, &keepGitDir)
|
||||
if ok {
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
if ssh, err := build.CreateSSH([]*buildflags.SSH{{
|
||||
ID: "default",
|
||||
Paths: strings.Split(os.Getenv("BUILDX_BAKE_GIT_SSH"), ","),
|
||||
|
||||
Reference in New Issue
Block a user