We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4631c commit eba4b19Copy full SHA for eba4b19
Makefile.Protobuf.mk
@@ -14,9 +14,10 @@
14
# instead of the go_package's declared by the imported protof files.
15
#
16
17
+DOCKER=docker
18
DOCKER_PROTOBUF_VERSION=0.5.0
19
DOCKER_PROTOBUF=jaegertracing/protobuf:$(DOCKER_PROTOBUF_VERSION)
-PROTOC := docker run --rm -u ${shell id -u} -v${PWD}:${PWD} -w${PWD} ${DOCKER_PROTOBUF} --proto_path=${PWD}
20
+PROTOC := ${DOCKER} run --rm -u ${shell id -u} -v${PWD}:${PWD} -w${PWD} ${DOCKER_PROTOBUF} --proto_path=${PWD}
21
22
PATCHED_OTEL_PROTO_DIR = proto-gen/.patched-otel-proto
23
0 commit comments