Jan Tattermusch
3ee9d48f2a
also removing grpc_java_android docker file
9 years ago
Jan Tattermusch
0c05dcd6bd
cleanup dockerfiles and scripts for old interop infrastructure
9 years ago
Masood Malekghassemi
5a65bcd48c
Bring Cython tests back online
9 years ago
yang-g
035cf093de
enable_ssl to use_tls
9 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
9 years ago
Craig Tiller
ddf3a511aa
Add clang-format to sanity
9 years ago
Masood Malekghassemi
db34486027
Fix Python dockerfile
9 years ago
nmittler
46ef6b0e13
Adding apr to grpc-java Dockerfile
9 years ago
Tim Emiola
6ff393f405
Remove redundant docker files from grpc repo
9 years ago
Stanley Cheung
8ad4968e23
php: fix gce testing dockerfile
9 years ago
Donna Dionne
0218dcae0e
small fix for go docker private image building
9 years ago
Donna Dionne
689b70596d
adding build.sh for go so that go can test with private changes and private docker images.
...
fixing a go docker image build error.
9 years ago
Eric Anderson
c0944ddd19
For Docker grpc_java, no longer build Netty
...
In grpc/grpc-java#425 we will be removing the netty submodule.
10 years ago
Xudong Ma
bce7190631
Update dockerfile of gRpc Android interop test to use the code inside grpc-java repository.
10 years ago
Eric Anderson
798d36ee94
Don't build codegen in grpc/java dockerfile
...
We commit the codegen into Git, so it is already available. Travis-CI is
testing the codegen, so we don't need to test it as part of interop
tests.
This means we no longer need a C compiler installed, so we stop using
grpc/base.
10 years ago
Xudong Ma
8cbc2506d5
Enable service_account_creds test and compute_engine_creds for gRpc-java.
10 years ago
Donna Dionne
241563b003
Adding 2 helper build scripts to allow docker images to be built
...
from local repositories.
Framework is already set up in private_build_and_test.sh; helper build script
is needed for each langauge.
10 years ago
Xudong Ma
12ef17cbcd
Add two more AVD for api level 21 and 19.
...
Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older.
10 years ago
Craig Tiller
d4db33dcab
Add missing copyright notices
10 years ago
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
10 years ago
Xudong Ma
fc70e3946a
Rename to grpc_java_android
10 years ago
Xudong Ma
64f92900d1
Android Dockerfile for integration test
10 years ago
Donna Dionne
79d68d550b
To allow local private changes to be build into private
...
docker images to do interop testing before submitting code
c++ and java are done previously, adding ruby and node.
see script tools/gce_setup/private_build_and_test.sh
10 years ago
Eric Anderson
aa518cc3bf
Add 'installDist' task to grpc-java Docker build
...
This will allow us to not run Gradle every time we run an integration
test.
10 years ago
Stanley Cheung
8ade472c57
add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup
10 years ago
Stanley Cheung
c984d0bcd8
php dockerfile: one dependency was listed twice
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Tim Emiola
ca302f51da
Updates the ruby docker file to refresh bundler
10 years ago
Donna Dionne
f9f8aca5b0
Scripts to build java and cxx docker images from local (uncommitted) code and
...
run interop tests in GCE VMs.
10 years ago
Donna Dionne
e8382dedbe
Also fixing docker file to ensure service account is copied.
10 years ago
Tim Emiola
0c62832cc1
Updated the version to 0.6.0
10 years ago
Tim Emiola
1e3361c161
Use the local version of the distpackages when build debian files
10 years ago
Tim Emiola
0bfdfa126d
Simplifies the work needed to create a new deb
...
- automates much of the workflow for building a deb package
- adds a version.txt file that is used configure the version on the deb package
* updates the Dockerfile to make use of this
10 years ago
murgatroid99
650b2c71b9
Generate interop-related code in docker build
10 years ago
murgatroid99
3781a634b0
Changed PHP version to 5.5 in Dockerfiles
10 years ago
murgatroid99
80df992f98
Added composer commands to PHP Dockerfiles
10 years ago
murgatroid99
d081a22368
Removed ruby installation change
10 years ago
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