{"id":22540674,"url":"https://github.com/yegor-usoltsev/protoc","last_synced_at":"2025-03-28T07:21:12.536Z","repository":{"id":252762101,"uuid":"841409880","full_name":"yegor-usoltsev/protoc","owner":"yegor-usoltsev","description":"A lightweight, multi-platform Docker image for the Protocol Buffer Compiler (protoc)","archived":false,"fork":false,"pushed_at":"2025-01-25T01:23:32.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T08:14:14.600Z","etag":null,"topics":["docker","marshalling","protobuf","protoc","protocol-buffers","protocol-compiler","serialization"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yegor-usoltsev.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":"2024-08-12T10:56:56.000Z","updated_at":"2024-12-02T15:49:29.000Z","dependencies_parsed_at":"2024-08-12T11:19:30.918Z","dependency_job_id":null,"html_url":"https://github.com/yegor-usoltsev/protoc","commit_stats":null,"previous_names":["yegor-usoltsev/protoc"],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor-usoltsev%2Fprotoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor-usoltsev%2Fprotoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor-usoltsev%2Fprotoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor-usoltsev%2Fprotoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor-usoltsev","download_url":"https://codeload.github.com/yegor-usoltsev/protoc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984967,"owners_count":20704892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","marshalling","protobuf","protoc","protocol-buffers","protocol-compiler","serialization"],"created_at":"2024-12-07T12:11:58.226Z","updated_at":"2025-03-28T07:21:12.513Z","avatar_url":"https://github.com/yegor-usoltsev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# protoc\n\n[![Build Status](https://github.com/yegor-usoltsev/protoc/actions/workflows/build.yml/badge.svg)](https://github.com/yegor-usoltsev/protoc/actions)\n[![Docker Image (docker.io)](https://img.shields.io/docker/v/yusoltsev/protoc?label=docker.io\u0026sort=semver)](https://hub.docker.com/r/yusoltsev/protoc)\n[![Docker Image (ghcr.io)](https://img.shields.io/docker/v/yusoltsev/protoc?label=ghcr.io\u0026sort=semver)](https://github.com/yegor-usoltsev/protoc/pkgs/container/protoc)\n[![Docker Image Size](https://img.shields.io/docker/image-size/yusoltsev/protoc?sort=semver\u0026arch=amd64)](https://hub.docker.com/r/yusoltsev/protoc/tags)\n\nA lightweight, multi-platform Docker image for the Protocol Buffer Compiler (`protoc`).\n\n## Overview\n\nThis repository provides a Docker image that packages the [Protocol Buffer Compiler (`protoc`)](https://github.com/protocolbuffers/protobuf), a tool developed by Google. `protoc` is integral to the Protocol Buffers framework, which provides a language-neutral, platform-neutral, and extensible mechanism for serializing structured data.\n\n## Usage\n\nTo run `protoc` using this Docker image, execute the following command:\n\n```bash\ndocker run --rm -v $(pwd):$(pwd) -w $(pwd) yusoltsev/protoc [OPTION] PROTO_FILES\n```\n\n### Example\n\nReplace `[OPTION]` and `PROTO_FILES` with your specific options and Protocol Buffer files. For instance:\n\n```bash\ndocker run --rm -v $(pwd):$(pwd) -w $(pwd) yusoltsev/protoc --python_out=. example.proto\n```\n\nFor detailed help and available options, use:\n\n```bash\ndocker run --rm yusoltsev/protoc --help\n```\n\n## Docker Images\n\nThis Docker image is accessible across multiple platforms and can be pulled from the following registries:\n\n- **Docker Hub**: [`yusoltsev/protoc`](https://hub.docker.com/r/yusoltsev/protoc)\n- **GitHub Container Registry**: [`ghcr.io/yegor-usoltsev/protoc`](https://ghcr.io/yegor-usoltsev/protoc)\n\n## Contributing\n\nPull requests are welcome. For major changes, please [open an issue](https://github.com/yegor-usoltsev/protoc/issues/new) first to discuss what you would like to change.\n\n## License\n\n[LICENSE](https://github.com/yegor-usoltsev/protoc/blob/main/LICENSE)\n\n### Acknowledgments\n\nThis project is based on the [Protocol Buffer Compiler](https://github.com/protocolbuffers/protobuf) originally developed by Google. The original source code is available under the [Google Protocol Buffers License](https://github.com/protocolbuffers/protobuf/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor-usoltsev%2Fprotoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor-usoltsev%2Fprotoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor-usoltsev%2Fprotoc/lists"}