Back to website
Login
Get Started
  • Getting started

    Introduction
    Run your first Workflow
    How is BuildJet different?
    Troubleshooting
  • Guides

    Docker
    Migrating to BuildJet Cache
    Migrate to native ARM
    Which runner should I use?
  • Runners

    Hardware
    Images
  • About

    Pricing
    Security
    Billing
    Terms of Service
    Privacy Policy

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.

On this page

  1. Docker Layer Caching