buildx/hack
Jonathan A. Sternberg b35a0f4718
protobuf: remove gogoproto
Removes gogo/protobuf from buildx and updates to a version of
moby/buildkit where gogo is removed.

This also changes how the proto files are generated. This is because
newer versions of protobuf are more strict about name conflicts. If two
files have the same name (even if they are relative paths) and are used
in different protoc commands, they'll conflict in the registry.

Since protobuf file generation doesn't work very well with
`paths=source_relative`, this removes the `go:generate` expression and
just relies on the dockerfile to perform the generation.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2024-10-02 15:51:59 -05:00
..
demo-env
dockerfiles protobuf: remove gogoproto 2024-10-02 15:51:59 -05:00
build build: add GO_EXTRA_FLAGS argument 2023-06-21 18:48:05 +10:00
git-meta hack: mutualize build opts in Makefile and Dockerfile 2022-11-29 17:05:25 +01:00
hash-files hack: improve hash-files script 2022-11-29 12:36:34 +01:00
release ci: generate provenance and sbom for release binaries 2022-12-15 19:12:25 +01:00
shell hack: lint scripts 2022-10-24 08:30:35 +02:00
test test: setup integration tests coverage 2024-06-12 08:46:49 +02:00
test-driver build: opt to set progress warnings in response 2024-06-26 06:53:35 +02:00
update-docs hack: lint scripts 2022-10-24 08:30:35 +02:00
update-vendor hack: lint scripts 2022-10-24 08:30:35 +02:00