grpc/tools/dockerfile/grpc_java_base
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
2015-01-29 10:50:37 -08:00
..
Dockerfile Fix grpc_java* Docker images 2015-01-29 10:50:37 -08:00
README.md Adding the tools directory to the git export. 2015-01-06 18:08:25 -08:00

README.md

GRPC Java Base Dockerfile

Dockerfile for creating the Java gRPC development Docker instance.

As of 2014/12 this

  • installs tools and dependencies needed to build gRPC Java
  • does not install gRPC Java itself; a separate Dockerfile that depends on this one will do that.