Commit 888e977
committed
travis: save docker images on local cache
The recently introduced rate limits on Docker Hub are constantly being
reached by every TravisCI because each individual job that creates a
MySQL container, tries to pull the base image from Docker Hub. With a
not-so-small test matrix, this issue surfaces pretty fast.
This patch introduces a local cache to save docker images and be able to
re-use them on different jobs and avoid constantly pulling them from
Docker Hub.1 parent cd61d7b commit 888e977
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
15 | 29 | | |
16 | 30 | | |
17 | 31 | | |
| |||
0 commit comments