mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
hack: generate vtproto files for buildx
Integrates vtproto into buildx. The generated files dockerfile has been modified to copy the buildkit equivalent file to ensure files are laid out in the appropriate way for imports. An import has also been included to change the grpc codec to the version in buildkit that supports vtproto. This will allow buildx to utilize the speed and memory improvements from that. Also updates the gc control options for prune. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/session/upload/upload_grpc.pb.go
generated
vendored
4
vendor/github.com/moby/buildkit/session/upload/upload_grpc.pb.go
generated
vendored
@ -2,7 +2,7 @@
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.5.1
|
||||
// - protoc v3.11.4
|
||||
// source: upload.proto
|
||||
// source: github.com/moby/buildkit/session/upload/upload.proto
|
||||
|
||||
package upload
|
||||
|
||||
@ -109,5 +109,5 @@ var Upload_ServiceDesc = grpc.ServiceDesc{
|
||||
ClientStreams: true,
|
||||
},
|
||||
},
|
||||
Metadata: "upload.proto",
|
||||
Metadata: "github.com/moby/buildkit/session/upload/upload.proto",
|
||||
}
|
||||
|
Reference in New Issue
Block a user