An all-inclusive protoc
Docker image.
It started out as https://github.com/znly/docker-protobuf fork, but grew into a stand-alone project.
- bufbuild/protoc-gen-validate
- chrusty/protoc-gen-jsonschema
- ckaznocha/protoc-gen-lint
- danielvladco/go-proto-gql
- dart-lang/protobuf
- envoyproxy/protoc-gen-validate
- gogo/protobuf
- golang/protobuf
- google/protobuf
- grpc-ecosystem/grpc-gateway
- grpc/grpc-go
- grpc/grpc-java
- grpc/grpc-swift (not on
arm64
, tracking issue: #89) - grpc/grpc-web
- grpc/grpc
- improbable-eng/ts-protoc-gen
- infobloxopen/protoc-gen-gorm
- moul/protoc-gen-gotemplate
- mwitkow/go-proto-validators
- nanopb/nanopb
- protobuf-c/protobuf-c
- protocolbuffers/protobuf-javascript (not on
arm64
, tracking issue: #179) - pseudomuto/protoc-gen-doc
- scalapb/scalapb
- stepancheg/grpc-rust
- stepancheg/rust-protobuf
- C
- C#
- C++
- Dart
- Go
- Java / JavaNano (Android)
- JavaScript
- Objective-C
- PHP
- Python
- Ruby
- Rust
- Scala
- Swift
- Typescript
$ docker run --rm -v<some-path>:<some-path> -w<some-path> rvolosatovs/protoc [OPTION] PROTO_FILES
For help try:
$ docker run --rm rvolosatovs/protoc --help