Karthik Raj

Results 2 issues of Karthik Raj

**What version of protobuf and what language are you using?** Version: master/v3.6.0/v3.5.0 etc. Language: Python **What operating system (Linux, Windows, ...) and version?** OSX 11.6.1 **What runtime / compiler are...

**codegen.dockerfile** ``` FROM golang:1.16.2-alpine3.12 RUN apk add bash curl python3 gcompat WORKDIR /tmp/install COPY ./docker/script go.mod go.sum ./ RUN ./install_protobuf.sh RUN ./install_protobuf_plugins.sh RUN protoc \ -I=proto \ --jsonschema_out=$output_dir \ path/to/example_event.proto...

awaiting_feedback