Ability to cache build images used in the CI pipelines.
We often use images that rarely change in our CI pipeline (like postgres/postgres, redis/redis and private images) .
Caching these images would accelerate builds and reduce data transfer cost.