dropLin ad780f763e first commit 5 өдөр өмнө
..
kmp_proto_manipulator ad780f763e first commit 5 өдөр өмнө
.dockerignore ad780f763e first commit 5 өдөр өмнө
Dockerfile ad780f763e first commit 5 өдөр өмнө
README.md ad780f763e first commit 5 өдөр өмнө
entrypoint.sh ad780f763e first commit 5 өдөр өмнө
kmp_manipulator_config.toml ad780f763e first commit 5 өдөр өмнө
requirements.txt ad780f763e first commit 5 өдөр өмнө

README.md

Protobuf Builder

This is a Docker image to build the Protobuf files in this repo. It currently only build Python output but should be used in the future for other languages.

Usage

It is intended to be used via the docker compose configuration.

First build:

docker compose build proto-build

Then build the protobuf files with:

docker compose run --rm proto-build

The output files will be placed in the build directory.