docker-protoc | Docker images for generating protocol buffer definitions
kandi X-RAY | docker-protoc Summary
kandi X-RAY | docker-protoc Summary
Docker images for generating protocol buffer definitions
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-protoc
docker-protoc Key Features
docker-protoc Examples and Code Snippets
Community Discussions
Trending Discussions on docker-protoc
QUESTION
I'm trying to build a simple container which downloads a Protocol Buffers binary from the release page (https://github.com/protocolbuffers/protobuf/releases/tag/v3.13.0) and adds it to the path. Following the Linux instructions at http://google.github.io/proto-lens/installing-protoc.html, I've attempted the following Dockerfile
:
ANSWER
Answered 2020-Oct-20 at 15:02As pointed out by KamilCuk, Alpine uses musl as its C standard library whereas the binary was compiled against glibc. My solution was to use the golang
base image (which is based on Buster Linux) rather than golang:alpine
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-protoc
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page