You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dsawa No, I couldn't find a way to persist the state between tasks runs using this image.
In the end I decided to change my approach: instead of using this task image, I SSH into a VM with Docker running there and pull the images rather than load them, so that layer caching can speed things up.
Hi, I have a Concourse build task that looks like
The problem is that some of the images are quite large and this makes the task slow to run.
I thought that it might be possible to cache
/scratch/docker
in my build configuration:But it seems that this doesn't have any effect -
docker images
returns an empty list before I rundocker load
.How can I cache the images loaded in previous builds to speed up my build task?
The text was updated successfully, but these errors were encountered: