Subscribe to PHP Freaks RSS

How to Optimize Docker-based CI Runners with Shared Package Caches

syndicated from www.sitepoint.com on November 21, 2017

At Unleashed Technologies we use Gitlab CI with Docker runners for our continuous integration testing. We've put significant effort into speeding up the build execution speeds. One of the optimizations we made was to share a cache volume across all the CI jobs, allowing them to share files like package download caches.

Continue reading %How to Optimize Docker-based CI Runners with Shared Package Caches%