murgatroid99
92e86f946f
Updated php_base Dockerfile to install PHP instead of compiling it
10 years ago
Nicolas "Pixel" Noble
b8b3e01c4b
Adding Dockerfile for grpc/scan-build.
...
This can be simply used that way:
docker run -p 8182:8181 grpc/scan-build
This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html ) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely.
As a nice side-effect, this will also produce scan reports for openssl and protobuf.
The server can be then stopped this way:
docker ps -l # figure out the container-id
docker kill container-id
10 years ago
Eric Anderson
55420b07bc
Use protobuf java and nano from Maven Central
...
The protobuf jars are now available from Maven Central. Use them instead
of building our own.
10 years ago
Tim Emiola
0d949f5dec
Updates the structure and name of the tar.gz archive
...
- the name includes a version
- the top-level directory of the tar has the same name as the archive
10 years ago
Tim Emiola
fb23f1c0e4
Adds a file containing the version
10 years ago
Nathaniel Manista
4e6fd0a3ae
Merge the base and base.packets packages
...
They were two halves of the same whole.
10 years ago
Tim Emiola
3dbaf171f9
Adds a dockerfile and script for building a tar archive containing protoc and the grpc plugins
10 years ago
Nathaniel Manista
b1ef2f146f
Update Python Dockerfile's unit test list
...
The removal of grpc.framework.assembly.implementations_test should have
happened along with the removal of the test itself in 31e65be
.
10 years ago
Jan Tattermusch
01b851f87c
Fixed run server command in csharp_mono dockerfile.
10 years ago
Jan Tattermusch
0a1d090406
Polishing C# Dockerfiles
10 years ago
Stephen Thorne
093a4ebd3e
Fix backslash line endings for grpc_python/Dockerfile.
...
Without the correct line endings docker had errors interpreting '&&' as a command.
10 years ago
Qi Zhao
4705a5a01a
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
10 years ago
Jan Tattermusch
fa4efbd157
added docker files for c#
10 years ago
Johan Euphrosine
0e46e349ab
dockerfiles/go: go install from GOPATH and remove bash from CMD
10 years ago
Nicolas "Pixel" Noble
2f02bb051f
Further cleanup.
10 years ago
Eric Anderson
a04a64d368
Update Java Dockerfile to proto3-alpha-2 and add nanoproto
10 years ago
Nicolas "Pixel" Noble
20ee44ff06
Removing the ssh setup of the dockerfile.
10 years ago
murgatroid99
03e2634173
Updated dockerfile with correct node executable
10 years ago
Craig Tiller
a6e8c20115
Add copyrights to some Dockerfiles
10 years ago
Donna Dionne
a6d738414d
Adding go auth tests
...
Adding python to images to be pulled after building
10 years ago
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
Donna Dionne
b5795aa24d
Fixing docker file and image building for python.
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
Craig Tiller
ab37138647
Update year
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
Craig Tiller
6ce372cc8f
Add copyrights to docker files, makefiles
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