uccross / skyhookdm-ceph-cls

Skyhook Data Management: Storage and management of tabular data in Ceph.
https://www.skyhookdm.com
GNU Lesser General Public License v2.1
13 stars 9 forks source link

incorporate buildkit caching feature to CI pipeline #34

Open ivotron opened 4 years ago

ivotron commented 4 years ago

Docker's buildkit (19.03+) incorporates a feature for caching images in a registy (for more see here). We can incorporate this to the CI pipeline so that we build the builder as part of the travis build, which results in not needing to maintain a separate builder repo (which in turns has us having to manually sync it whenever we modify the builder logic).