mirror of
https://github.com/moby/buildkit.git
synced 2025-04-18 18:04:03 +03:00
This moves the aggregation of the various protobuf includes (binaries and include files) to a separate stage so the files can be retrieved more easily by external tools. Since the canonical way of retrieving the protobuf dependencies is to use this file and the dependencies can be quite complicated to retrieve, this makes it easier for outside contributors to retrieve the dependencies and copy them into their own repositories. This was possible before by using the `tools` target, but that would also include the entire `golang` image. Now you can retrieve just the `protobuf` target to get the binaries and the include files. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>