Simple docker image that downloads a version of protobuf, installs it and adds proto-gen-go.
The image entrypoint is protoc, so just append whatever protoc args you want.
docker run --rm -v ${PWD}:/go/src/project --workdir /go/src/project -u $(id -u) klumhru/proto --go_out=. *.proto
Content type
Image
Digest
Size
176.7 MB
Last updated
almost 7 years ago
docker pull klumhru/proto