Sign inSign up

tymofiib/gobuilder

By tymofiib

Updated almost 4 years ago

Go with protoc compiler and buf build tool

Image
0

940

tymofiib/gobuilder repository overview

FROM golang:1.19

# Install protobuf-compiler and bufbuild
RUN apt-get update
RUN apt install -y protobuf-compiler
RUN go install github.com/bufbuild/buf/cmd/[email protected]

# Install plugins
RUN go install github.com/twitchtv/twirp/protoc-gen-twirp@latest
RUN go install github.com/elliots/protoc-gen-twirp_swagger@latest
RUN go install github.com/kazegusuri/go-proto-zap-marshaler/protoc-gen-zap-marshaler@latest
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

Tag summary

Content type

Image

Digest

sha256:990a7acbf

Size

600.7 MB

Last updated

almost 4 years ago

docker pull tymofiib/gobuilder