circleci

vemv 2023-06-01T19:49:12.561349Z

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?

glenjamin 2023-06-01T20:01:32.123769Z

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

➕ 1
vemv 2023-07-20T20:01:28.173299Z

I never read this 🥲 sorry

glenjamin 2023-06-01T20:02:06.539009Z

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