Skip to content

Leadtech/docker-buf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protoc Compiler

This image provides a dockerized protoc compiler, Buf, Golang, Python and pip pre-installed. Run this container to compile protobuf files.

Plugin Development

You can extend this image to run the compiler of Buf commands with custom protoc plugins. Golang and Python are pre-installed.

FROM leadtech/protoc:buf

# Needed for custom protoc plugins written in python
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

ADD . /opt/my-proto-project
WORKDIR /opt/my-proto-project

RUN pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors