You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/01/11 21:48:01 UTC

[jira] [Created] (ARROW-11215) [CI] Use named volumes by default for caching in docker-compose

Krisztian Szucs created ARROW-11215:
---------------------------------------

             Summary: [CI] Use named volumes by default for caching in docker-compose
                 Key: ARROW-11215
                 URL: https://issues.apache.org/jira/browse/ARROW-11215
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Continuous Integration
            Reporter: Krisztian Szucs
            Assignee: Krisztian Szucs
             Fix For: 3.0.0


Advantages over bind mounts:
- potentially better performance for docker on mac and windows
- won't contaminate the local environment with files written from within the container as root user

Still need to keep the bind mounts around for github actions in order to use the cache plugin.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)