Guides
Docker
#
Docker Layer Caching
Docker layer caching is a feature of Docker BuildKit that allows Docker to reuse the layers from previous builds, leading to much faster build times. However, if you're using Docker's experimental docker layer caching type=gha
, you may encounter instability and speed issues as we discussed in our BuildJet Cache launch post.
To avoid these issues, we recommend using Docker's inline cache. Head over to our BuildJet Cache migration guide to learn more.