Sign inSign up

klumhru/proto

By klumhru

Updated almost 7 years ago

Simple protoc image, with proto-gen-go

Image
0

411

klumhru/proto repository overview

Docker Protobuf Image

Simple docker image that downloads a version of protobuf, installs it and adds proto-gen-go.

Usage

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

Tag summary

Content type

Image

Digest

Size

176.7 MB

Last updated

almost 7 years ago

docker pull klumhru/proto