Commit 8e5c00b
committed
Improve execution of pip during container building
- Make pip less verbose as this makes harder to investigate container
building due to being too verbose.
- Use a bind mount to prevent pip cache from being written inside the
container but still make use of it. This will speed-up the build
process considerably.1 parent 16a5dce commit 8e5c00b
File tree
2 files changed
+3
-2
lines changed- src/ansible_builder
- test/unit
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments