Describe the enhancement requested
The .dockerignore file governs which files are sent in the "build context" of a Docker image, which in turn impacts Docker caching.
Our .dockerignore file seems to have a lot of stale entries. Also, some of them seem dubious (why include dev/archery/setup.py if you don't include Archery's source tree, for example?).
Component(s)
Continuous Integration, Developer Tools
Describe the enhancement requested
The
.dockerignorefile governs which files are sent in the "build context" of a Docker image, which in turn impacts Docker caching.Our
.dockerignorefile seems to have a lot of stale entries. Also, some of them seem dubious (why includedev/archery/setup.pyif you don't include Archery's source tree, for example?).Component(s)
Continuous Integration, Developer Tools