Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Docker: only copy what we need to the build image #4562

Merged
merged 1 commit into from
Feb 5, 2019

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Feb 5, 2019

There are two reasons this is a good thing:

  • first, it means that you don't end up with stuff kicking around your working
    copy ending up in the build image by mistake (which can upset the pip
    install process)

  • second: it means that the docker image cache is more effective, and we can
    reuse docker images when iterating on the docker stuff.

There are two reasons this is a good thing:

 * first, it means that you don't end up with stuff kicking around your working
   copy ending up in the build image by mistake (which can upset the pip
   install process)

 * second: it means that the docker image cache is more effective, and we can
   reuse docker images when iterating on the docker stuff.
@richvdh richvdh requested a review from a team February 5, 2019 10:07
@codecov-io
Copy link

Codecov Report

Merging #4562 into release-v0.99.0 will decrease coverage by 0.43%.
The diff coverage is n/a.

@@                 Coverage Diff                 @@
##           release-v0.99.0    #4562      +/-   ##
===================================================
- Coverage            74.91%   74.47%   -0.44%     
===================================================
  Files                  338      338              
  Lines                34495    35093     +598     
  Branches              5619     5789     +170     
===================================================
+ Hits                 25841    26137     +296     
- Misses                7071     7343     +272     
- Partials              1583     1613      +30

@richvdh richvdh merged commit 3ef71a6 into release-v0.99.0 Feb 5, 2019
@richvdh richvdh deleted the rav/hurry_up_docker_build branch February 5, 2019 11:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants