Jan Tattermusch
f839503111
Dockerfile to test that debian packages can be used with ruby instead of make install
10 years ago
Jan Tattermusch
5d7e05acb7
Dockerfile to build debian packages on docker
10 years ago
Jan Tattermusch
cad2782c6f
Forgot to commit some files
10 years ago
Jan Tattermusch
213ecbfcfa
Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
10 years ago
Nathaniel Manista
7efe54e336
The framework.assembly package.
...
This provides for now what should be a nicer interface for code
generation than that of the Face layer. In terms of abstraction
it's conceptually very similar so the two should probably be
merged as soon as is reasonable.
10 years ago
Jan Tattermusch
b4472d8810
fixed readme
10 years ago
murgatroid99
47b30b0b26
Added prod SSL support to Node Dockerfile
10 years ago
Nathaniel Manista
16b8924068
Drop an erroneous trailing backslash.
10 years ago
Nathaniel Manista
c25a3b35bd
Python source reorganization.
...
A top-level "grpc" package is added and RPC Framework
is made public.
10 years ago
Nathaniel Manista
d4cb0d649c
Add Docker files for Python.
10 years ago
Nicolas "Pixel" Noble
faa5f51b4b
Renaming the docker image to grpc_clang, and optimizing the build a bit.
10 years ago
Donna Dionne
6fcd2aad5f
useless commit to test email address.
10 years ago
Nicolas "Pixel" Noble
a339c16999
Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler.
10 years ago
Donna Dionne
1829e4cf42
Fixing go docker file to use the correct golang path
...
Fixing java_base to edit permission on a key file
10 years ago
Eric Anderson
ae47921895
Update grpc_java_base Dockerfile to proto3
...
Proto3 is now required for Java, so build it including the Java runtime
since it is not on Maven.
10 years ago
Donna Dionne
c08e3b8a7e
updating repository names
10 years ago
Yang Gao
1988221d15
Use environment variable to set root certs in c++ interop test.
10 years ago
Tim Emiola
a6ccffb8a4
Updates the ruby dockerfile to add the service account from the docker context
10 years ago
murgatroid99
ddfafe8dcd
Fixed errors in Node test running
10 years ago
Craig Tiller
fef766933e
Back-end for new core API
10 years ago
murgatroid99
ea36c97b98
Removed redundant call to make in grpc_*_base Dockerfiles
10 years ago
murgatroid99
ba116528cc
Set leaf dockerfiles to clean C library before rebuilding
10 years ago
murgatroid99
975a07b949
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
Tim Emiola
303af9f322
Runs the ruby tests during docker builds
10 years ago
Tim Emiola
8331591d92
Removes an unnecessary addition to the bash src file
10 years ago
Eric Anderson
c180e9f70c
Fix grpc_java* Docker images
...
The images seem to have been broken starting with 12e12a3
, but the
removal of Maven support from grpc-java also broke them further.
SSH handling no longer uses $HOME as it does not agree with /etc/passwd
in older docker versions[1] and prevented SSH from seeing the config
file.
Some effort was also made to reduce the image sizes by removing
temporary files.
1. https://github.com/docker/docker/issues/2968
10 years ago
Donna Dionne
bdf8c2aed8
Adding auth tests; test commands may change in the future and
...
refactoring will happen when the commands are final.
10 years ago
murgatroid99
c3c3a8f051
Added docker files for node interop tests
10 years ago
Tim Emiola
372755606c
Updates the ruby dockerfile to copy the cacerts directory from the docker host
10 years ago
Tim Emiola
3ff195d885
Updates the java dockerfile and client command to reflect recent flag changes
10 years ago
Tim Emiola
12e12a39ab
Updates the Java Dockerfiles to pull source from GitHub
10 years ago
Tim Emiola
41b6d9aad3
Switched to using protobuf-2.6.1 for now
10 years ago
Tim Emiola
7d5b1027ed
Updates java_base to pull in protobuf
10 years ago
Tim Emiola
6ed6036e02
Updates the Java Dockerfiles to pull source from GitHub
10 years ago
Donna Dionne
aed5642d00
Adding docker cpp support
...
removing commented out line
10 years ago
Donna Dionne
f06fd4c4dd
Adding Docker support for cpp
10 years ago
Tim Emiola
b776a1996d
Updates the Go dockerfile to reflect the package restructuring.
...
- also corrects an error in the Go client test command
10 years ago
Tim Emiola
09bc379417
Fixes a regression in the ruby dockerfile
...
- the line that built and installed grpc ruby was mistakenly removed.
10 years ago
Tim Emiola
fb6d7fd572
Adds Dockerfile for Go
10 years ago
Tim Emiola
d2130c3561
Switches the grpc-repo dockerfiles to pull gRPC source from GitHub
10 years ago
Tim Emiola
baa26f845e
Updates the JDK to JDK8
...
- necessary to allow seamless interop testing, as discussed earlier this week.
10 years ago
Tim Emiola
7ae3950675
Fix the transport name used to start the grpc java docker server
10 years ago
Nicolas "Pixel" Noble
27be1a2d3c
Removing a few more traces of libevent.
10 years ago
temiola
f31ed60d7c
Corrects the ruby dockerfile to ensure it has access to git-on-[].
...
Adds a command for triggering a pull of the latest built docker images.
Change on 2015/01/09 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83641150
10 years ago
Nicolas Noble
ddef24620a
Adding the tools directory to the git export.
10 years ago