ochorocho / ddev-gitlab-ci

Extended version docker:latest with ddev
0 stars 0 forks source link

Add caching to gitlab-ci example #4

Open ochorocho opened 3 weeks ago

ochorocho commented 3 weeks ago

Caching the downloaded docker images on a project base would make sense to speed up builds. Currently, all images are download on each and every job run.

rfay commented 3 weeks ago

Our experience with trying to cache images in GitHub hasn't been very successful, largely because just saving them or extracting them takes more time than downloading them in the first place.