Can Buildkite do docker caching similar to Bitbucket pipeline to reduce run-time?

Hi team,

Bitbucket pipeline has this: Caches | Bitbucket Cloud | Atlassian Support
It saves time in pulling the docker image as it just refers to the docker cache and goes straight to the execution. Does Buildkite offer a similar feature or any plugin available?

Hey @ebanster!

You can check our docker-compose plugin, where it’s possible to reuse cached images.

Best!