Michael A. Smith created AVRO-2609:
--------------------------------------
Summary: Docker builds should not include unnecessary context
Key: AVRO-2609
URL: https://issues.apache.org/jira/browse/AVRO-2609
Project: Apache Avro
Issue Type: Improvement
Components: build
Reporter: Michael A. Smith
build.sh runs a docker build process that uploads all the context of the avro
repository to the docker daemon, but only uses the lang/ruby/Gemfile and the
Dockerfile itself.
The builds can be made somewhat faster and less resource intensive avoiding
such a large build context.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)