Sign inSign up

chentm/mvn_protobuf

By chentm

•Updated over 10 years ago

Image
1

912

chentm/mvn_protobuf repository overview

⁠OpenJDK 7, Maven, Protobuf
docker run --rm chentm/mvn_protobuf:2.6.1 protoc --version

protobuf source directory is located at /protobuf

mount the proto files as input and mount the output folder

docker run --rm -v $(pwd):/input -v $(pwd)/output:/output chentm/mvn_protobuf protoc --proto_path=/input --java_out=/output /input/*.proto

Tag summary

Content type

Image

Digest

sha256:6bc59105c…

Size

450.1 MB

Last updated

over 10 years ago

docker pull chentm/mvn_protobuf