Fork me on GitHub
#circleci
<
2023-06-01
>
vemv19:06:12

Anyone has experience caching this step? docker pull (In this case it's a large image from a slow server) Normally I'd do it just like one does with ~/.m2. For that case, what's the dir to be cached? Is there a better idea anyway?

glenjamin20:06:32

Your best bet is probably to mirror the image to ECS in us-east-1

2
vemv20:07:28

I never read this 🥲 sorry

glenjamin20:06:06

Since that stores the data in S3, which is where you’d cache anything anyway