{"id":18019821,"url":"https://github.com/gwihlidal/docker-protoc","last_synced_at":"2026-04-27T22:31:53.219Z","repository":{"id":77093158,"uuid":"116338212","full_name":"gwihlidal/docker-protoc","owner":"gwihlidal","description":"Docker image with protobuf compiler and various language plugins","archived":false,"fork":false,"pushed_at":"2018-01-05T05:23:40.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T17:11:30.673Z","etag":null,"topics":["docker","grpc","protobuf","protoc"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwihlidal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-05T03:45:48.000Z","updated_at":"2022-04-17T02:15:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a62365df-1b8c-4c2a-a5e3-05f487905ef4","html_url":"https://github.com/gwihlidal/docker-protoc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gwihlidal/docker-protoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwihlidal%2Fdocker-protoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwihlidal%2Fdocker-protoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwihlidal%2Fdocker-protoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwihlidal%2Fdocker-protoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwihlidal","download_url":"https://codeload.github.com/gwihlidal/docker-protoc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwihlidal%2Fdocker-protoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","grpc","protobuf","protoc"],"created_at":"2024-10-30T05:12:32.779Z","updated_at":"2026-04-27T22:31:53.204Z","avatar_url":"https://github.com/gwihlidal.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-protoc\nDocker image with protobuf compiler and various language plugins\n\nHub: https://hub.docker.com/r/gwihlidal/protoc/\n\n## Usage\n```\n$ docker run --rm gwihlidal/protoc --help\nUsage: /usr/bin/protoc [OPTION] PROTO_FILES\n```\n\n```\n$ docker run --rm -v $(pwd):$(pwd) -w $(pwd) gwihlidal/protoc --cpp_out=. -I. your.proto\n```\n\n## Supported languages and tools\n- C\n- C++\n- C#\n- Rust\n- Python\n- Ruby\n- Go\n- Java / JavaNano\n- JavaScript\n- Objective-C\n- Swift 4\n- Swagger\n- grpc-gateway\n\n## Google Types\nGoogle well known types are embedded and `protoc` will include them automatically.\nhttps://developers.google.com/protocol-buffers/docs/reference/google.protobuf\n\nThe types are available in `google/protobuf/`:\n```protobuf\nsyntax = \"proto3\";\nimport \"google/protobuf/timestamp.proto\";\n```\n\n## Versions\n- alpine: 3.7\n- grpc: 1.7.2\n- grpc_java: 1.8.0\n- protobuf: 3.5.1\n- protobuf-c: 1.3.0\n- swift: 4.0.3\n- llvm: 5.0.0\n- swift-protobuf: 1.0.2\n- rust-protobuf: 1.4.3\n- go: 1.9\n\n## Repositories\n- https://github.com/google/protobuf\n- https://github.com/grpc\n- https://github.com/grpc/grpc-java\n- https://github.com/protobuf-c\n- https://github.com/Masterminds/glide\n- https://github.com/golang/protobuf/protoc-gen-go\n- https://github.com/gogo/protobuf/protoc-gen-gofast\n- https://github.com/gogo/protobuf/protoc-gen-gogo\n- https://github.com/gogo/protobuf/protoc-gen-gogofast\n- https://github.com/gogo/protobuf/protoc-gen-gogofaster\n- https://github.com/gogo/protobuf/protoc-gen-gogoslick\n- https://github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger\n- https://github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway\n- https://github.com/johanbrandhorst/protobuf/protoc-gen-gopherjs\n- https://github.com/ckaznocha/protoc-gen-lint\n- https://github.com/pseudomuto/protoc-gen-doc\n- https://github.com/apple/swift-protobuf\n- https://github.com/stepancheg/rust-protobuf\n- http://releases.llvm.org\n- https://swift.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwihlidal%2Fdocker-protoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwihlidal%2Fdocker-protoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwihlidal%2Fdocker-protoc/lists"}