grpc / grpc-docker-library

Contains dockerfiles for gRPC in different languages
Apache License 2.0
207 stars 83 forks source link

Add Dockerfiles for gRPC Beta (0.11) #26

Closed tbetbetbe closed 9 years ago

tbetbetbe commented 9 years ago

@hsaliak FYI

stanley-cheung commented 9 years ago

Did a round of testing - all the languages docker image built fine except Ruby, got this error:

Step 5 : RUN gem install grpc -v ${GRPC_RUBY_VERSION}
 ---> Running in 056a88e52f42
ERROR:  Could not find a valid gem 'grpc' (= 0.11.1) in any repository
ERROR:  Possible alternatives: grpc
INFO[0021] The command [/bin/sh -c gem install grpc -v ${GRPC_RUBY_VERSION}] returned a non-zero code: 2 

Is it meant to be 0.11.0 or is 0.11.1 supposed to exist shortly?

stanley-cheung commented 9 years ago

verified the ruby fixed. LGTM