# Depot ## Documentation - [Get started with Depot](https://depot.dev/docs) - Depot accelerates container builds, GitHub Actions, and CI workflows. - [Manage your Depot account and organizations](https://depot.dev/docs/account) - Learn how your Depot account works and how to manage it. - [Quickstart for remote Claude Code agents on Depot](https://depot.dev/docs/agents/claude-code/quickstart) - Step by step guide on how to get up and running with remote Claude Code agents on Depot. - [Remote Agents](https://depot.dev/docs/agents/overview) - Learn how to use move your coding agents off of your local machine and onto Depot's remote agents platform - [Container builds API tutorial](https://depot.dev/docs/api/api-container-builds-tutorial) - [Authentication](https://depot.dev/docs/api/authentication) - How to generate organization level API tokens for authenticating to the Depot API - [Depot API Overview](https://depot.dev/docs/api/overview) - Create and manage Depot projects and builders for running image builds on behalf of your own users. - [Depot SDK Reference](https://depot.dev/docs/api/sdk-reference) - Complete SDK reference for managing Depot projects, builds, registry, BuildKit endpoints, and usage data - [Authentication](https://depot.dev/docs/cache/authentication) - Learn how to authenticate with Depot remote caching - [Configure Bazel to use Depot Cache](https://depot.dev/docs/cache/integrations/bazel) - Learn how to use Depot remote caching for Bazel builds - [GitHub Actions](https://depot.dev/docs/cache/integrations/github-actions) - Learn how to use Depot remote caching for GitHub Actions workflows - [Configure Go to use Depot Cache](https://depot.dev/docs/cache/integrations/gocache) - Learn how to use Depot remote caching for Go - [Configure Gradle to use Depot Cache](https://depot.dev/docs/cache/integrations/gradle) - Learn how to use Depot remote caching for Gradle builds - [Configure Maven to use Depot Cache](https://depot.dev/docs/cache/integrations/maven) - Learn how to use Depot remote caching for Maven builds - [Configure moonrepo to use Depot Cache](https://depot.dev/docs/cache/integrations/moonrepo) - Learn how to use Depot remote caching for moonrepo builds - [Configure Pants to use Depot Cache](https://depot.dev/docs/cache/integrations/pants) - Learn how to use Depot remote caching for Pants builds - [Configure sccache to use Depot Cache](https://depot.dev/docs/cache/integrations/sccache) - Learn how to use Depot remote caching for sccache builds - [Configure Turborepo to use Depot Cache](https://depot.dev/docs/cache/integrations/turbo) - Learn how to use Depot remote caching for Turborepo builds - [Depot Cache](https://depot.dev/docs/cache/overview) - Learn how to use Depot remote cache for exponentially faster builds for tools like GitHub Actions, Bazel, Go, Turborepo, sccache, Pants, and Gradle. - [Depot CI compatibility with GitHub Actions](https://depot.dev/docs/ci/compatibility) - Reference for GitHub Actions syntax, triggers, and configuration that Depot CI supports, including current limitations. - [Use Depot CI in coding agent loops](https://depot.dev/docs/ci/how-to-guides/coding-agents) - Learn how to get your coding agent iterating locally with Depot CI. - [Build and use custom images](https://depot.dev/docs/ci/how-to-guides/custom-images) - Learn how to snapshot a Depot CI sandbox that includes your tools and dependencies and then reuse it as a custom image for your jobs. - [Debug a failing job with SSH](https://depot.dev/docs/ci/how-to-guides/debug-with-ssh) - Learn how to SSH into a Depot CI job to interactively debug failures and inspect the job environment. - [Manage secrets and variables](https://depot.dev/docs/ci/how-to-guides/manage-secrets-and-variables) - Learn how to add and remove secrets and environment variables for use in your Depot CI workflows. - [Manage workflow runs](https://depot.dev/docs/ci/how-to-guides/manage-workflow-runs) - Learn how to run workflows manually, rerun failed workflows, retry failed jobs, and cancel in-progress workflow runs in Depot CI. - [Run steps in parallel](https://depot.dev/docs/ci/how-to-guides/parallel-steps) - Use parallel step execution to run independent steps concurrently within a Depot CI job, reducing overall job duration. - [Depot CI logs](https://depot.dev/docs/ci/observability/depot-ci-logs) - View and navigate logs for Depot CI workflow runs and individual jobs from the Depot dashboard. - [Depot CI metrics](https://depot.dev/docs/ci/observability/depot-ci-metrics) - Monitor job performance, track resource utilization, and view step-level timing for Depot CI from the Depot dashboard. - [GitHub checks](https://depot.dev/docs/ci/observability/github-checks) - Depot CI automatically reports workflow job status as GitHub checks on commits and pull requests. - [OIDC with Depot CI](https://depot.dev/docs/ci/oidc) - Learn how to use OpenID Connect (OIDC) to authenticate Depot CI workflows with cloud providers. - [Depot CI](https://depot.dev/docs/ci/overview) - Learn about Depot CI, a programmable CI engine that runs your GitHub Actions workflows entirely within Depot's infrastructure. - [Quickstart for Depot CI](https://depot.dev/docs/ci/quickstart) - Get started with Depot CI to run your GitHub Actions workflows on a fast and reliable engine built for engineers and agents. - [Authentication](https://depot.dev/docs/cli/authentication) - Options for authenticating builds with the Depot CLI - [Install the Depot CLI](https://depot.dev/docs/cli/installation) - Install the Depot CLI to build and work with Depot from your terminal. - [Depot CLI: Agents commands reference](https://depot.dev/docs/cli/reference/agents) - Reference for all Depot agents CLI commands, including claude, list-sessions, and secrets. - [Depot CLI: Container builds commands reference](https://depot.dev/docs/cli/reference/container-builds) - Reference for all Depot container build CLI commands, including build, bake, cache, pull, push, and more. - [Depot CLI: Depot CI commands reference](https://depot.dev/docs/cli/reference/depot-ci) - Reference for all Depot CI CLI commands, including migrate, run, dispatch, status, cancel, rerun, retry, logs, ssh, secrets, and vars. - [Depot CLI: Overview and platform commands](https://depot.dev/docs/cli/reference/overview) - Reference for platform-wide Depot CLI commands, including login, logout, init, projects, and org management. - [Build parallelism in Depot](https://depot.dev/docs/container-builds/build-parallelism) - Learn how BuildKit's parallel execution works across build stages, multi-platform builds, and concurrent builds to maximize build speed and efficiency. - [Docker Arm images](https://depot.dev/docs/container-builds/how-to-guides/arm-containers) - Build native Docker Arm images or multi-platform Docker images without emulation. - [Build autoscaling](https://depot.dev/docs/container-builds/how-to-guides/autoscaling) - How to enable and configure container build autoscaling to parallelize builds across multiple builders - [Continuous Integration](https://depot.dev/docs/container-builds/how-to-guides/continuous-integration) - Make your container image builds faster in your existing CI by replacing docker build with depot build. - [Dev Containers](https://depot.dev/docs/container-builds/how-to-guides/devcontainers) - Leverage Depot to build your Dev Containers on demand with our configure-docker command. - [Docker Bake](https://depot.dev/docs/container-builds/how-to-guides/docker-bake) - Learn how to use depot bake to build multiple container images concurrently from HCL, JSON, or Docker Compose files - [Docker](https://depot.dev/docs/container-builds/how-to-guides/docker-build) - Use Depot with your existing Docker commands like docker build, docker buildx build, and docker compose build, with our depot configure-docker command. - [Docker Compose](https://depot.dev/docs/container-builds/how-to-guides/docker-compose) - Use Depot with Docker Compose, to accelerate the builds of all Compose services. - [Local Development](https://depot.dev/docs/container-builds/how-to-guides/local-development) - Accelerate local development by building Docker images with Depot builders that come with a shared persistent cache that your entire engineering team can use. - [Access private registries](https://depot.dev/docs/container-builds/how-to-guides/private-registries) - Learn how to build container images with Depot that can access private registries. - [AWS CodeBuild](https://depot.dev/docs/container-builds/integrations/aws-codebuild) - Use Depot's persistent caching and native Arm support for faster Docker image builds in AWS CodeBuild - [Bitbucket Pipelines](https://depot.dev/docs/container-builds/integrations/bitbucket-pipelines) - Speed up your container builds by using Depot in your existing Bitbucket Pipelines. - [Buildkite](https://depot.dev/docs/container-builds/integrations/buildkite) - Speed up your container builds by using Depot in your existing Buildkite Pipelines. - [CircleCI](https://depot.dev/docs/container-builds/integrations/circleci) - Get faster container builds with persistent caching and zero emulation in CircleCI - [Fly.io](https://depot.dev/docs/container-builds/integrations/fly) - Speed up the container image builds for your deployments to Fly.io - [Container builds in GitHub Actions](https://depot.dev/docs/container-builds/integrations/github-actions) - Get faster container builds with persistent caching and zero emulation in GitHub Actions - [GitLab CI](https://depot.dev/docs/container-builds/integrations/gitlab-ci) - Use Depot to get faster container image builds without needing Docker in Docker for GitLab CI - [Google Cloud Build](https://depot.dev/docs/container-builds/integrations/google-cloud-build) - Use Depot's persistent caching and native Arm support for faster Docker image builds in Google Cloud Build - [Jenkins](https://depot.dev/docs/container-builds/integrations/jenkins) - Speed up your container builds by using Depot in your existing Jenkins Pipeline. - [Travis CI](https://depot.dev/docs/container-builds/integrations/travis-ci) - Get faster container image builds from your existing Travis CI workflow. - [Container build logs](https://depot.dev/docs/container-builds/observability/container-build-logs) - View detailed build execution logs for each container build, including step-by-step progress, cache performance, and error details. - [Container build metrics](https://depot.dev/docs/container-builds/observability/container-build-metrics) - View container build performance metrics, analyze cache utilization, track build duration trends, and monitor resource usage. - [Optimal Dockerfiles for .NET](https://depot.dev/docs/container-builds/optimal-dockerfiles/dotnet) - A set of optimal Dockerfiles for building Docker images for .NET - [Optimal Dockerfile for .NET ASP.NET Core](https://depot.dev/docs/container-builds/optimal-dockerfiles/dotnet-aspnetcore-dockerfile) - A sample optimal Dockerfile for building images for .NET ASP.NET Core applications from us at Depot. - [Optimal Dockerfile for .NET Worker Service](https://depot.dev/docs/container-builds/optimal-dockerfiles/dotnet-worker-dockerfile) - A sample optimal Dockerfile for building images for .NET Worker Service applications from us at Depot. - [Optimal Dockerfile for Go](https://depot.dev/docs/container-builds/optimal-dockerfiles/go-dockerfile) - A sample optimal Dockerfile for building images for Go applications from us at Depot. - [Optimal Dockerfiles for Java](https://depot.dev/docs/container-builds/optimal-dockerfiles/java) - A set of optimal Dockerfiles for building Docker images for Java - [Optimal Dockerfile for Java with Gradle](https://depot.dev/docs/container-builds/optimal-dockerfiles/java-gradle-dockerfile) - A sample optimal Dockerfile for building images for Java applications using Gradle from us at Depot. - [Optimal Dockerfile for Java with Maven](https://depot.dev/docs/container-builds/optimal-dockerfiles/java-maven-dockerfile) - A sample optimal Dockerfile for building images for Java applications using Maven from us at Depot. - [Optimal Dockerfiles for Node.js](https://depot.dev/docs/container-builds/optimal-dockerfiles/node) - A set of optimal Dockerfiles for building Docker images for Node - [Optimal Dockerfile for Node.js with npm](https://depot.dev/docs/container-builds/optimal-dockerfiles/node-npm-dockerfile) - A sample optimal Dockerfile for building images for Node.js applications using npm from us at Depot. - [Optimal Dockerfile for Node.js with pnpm](https://depot.dev/docs/container-builds/optimal-dockerfiles/node-pnpm-dockerfile) - A sample optimal pnpm Dockerfile for Node.js from us at Depot - [Optimal Dockerfiles](https://depot.dev/docs/container-builds/optimal-dockerfiles/overview) - A set of optimal Dockerfiles for building Docker images - [Optimal Dockerfile for PHP with Composer](https://depot.dev/docs/container-builds/optimal-dockerfiles/php-composer-dockerfile) - A sample optimal Dockerfile for building images for PHP applications using Composer from us at Depot. - [Optimal Dockerfiles for Python](https://depot.dev/docs/container-builds/optimal-dockerfiles/python) - A set of optimal Dockerfiles for building Docker images for Python - [Optimal Dockerfile for Python with pip](https://depot.dev/docs/container-builds/optimal-dockerfiles/python-pip-dockerfile) - A sample optimal Dockerfile for building images for Python applications using pip from us at Depot. - [Optimal Dockerfile for Python with poetry](https://depot.dev/docs/container-builds/optimal-dockerfiles/python-poetry-dockerfile) - A sample optimal poetry Dockerfile for Python from Depot - [Optimal Dockerfile for Python with uv](https://depot.dev/docs/container-builds/optimal-dockerfiles/python-uv-dockerfile) - A sample optimal uv Dockerfile for Python from Depot - [Optimal Dockerfile for Ruby on Rails with Bundler](https://depot.dev/docs/container-builds/optimal-dockerfiles/ruby-bundler-dockerfile) - A sample optimal Dockerfile for building images for Ruby on Rails applications using Bundler from us at Depot. - [Optimal Dockerfile for Rust with cargo-chef and sccache](https://depot.dev/docs/container-builds/optimal-dockerfiles/rust-dockerfile) - A sample optimal Dockerfile for building images for Rust applications from us at Depot. - [Depot container builds](https://depot.dev/docs/container-builds/overview) - Learn about how Depot remote container builds work for faster builds with faster compute, persistent cache, and native Docker image builds for x86 and ARM. - [Quickstart for faster Docker image builds](https://depot.dev/docs/container-builds/quickstart) - Get started with Depot for up to 40x faster container image builds locally and in CI. - [Troubleshooting container builds](https://depot.dev/docs/container-builds/troubleshooting) - Common errors and how to resolve them when building container images with Depot. - [Access private resources from Depot runners](https://depot.dev/docs/github-actions/how-to-guides/access-private-resources) - Learn how to securely connect Depot runners to your private resources. - [Use egress filters for GitHub Actions runners](https://depot.dev/docs/github-actions/how-to-guides/egress-filtering) - Learn how to configure egress filtering rules to control which external services your GitHub Actions runners can connect to. - [Dagger](https://depot.dev/docs/github-actions/integrations/dagger) - Accelerate your Dagger Engine builds with Depot Runners - [Dependabot](https://depot.dev/docs/github-actions/integrations/dependabot) - How to configure Dependabot to run dependency updates on Depot's optimized GitHub Actions runners - [GitHub Actions logs](https://depot.dev/docs/github-actions/observability/github-actions-logs) - Search across all your historical GitHub Actions logs. Search by keyword and filter by repository, workflow, action, and runner type. - [GitHub Actions metrics and analytics](https://depot.dev/docs/github-actions/observability/github-actions-metrics) - View GitHub Actions metrics, identify slow jobs, optimize runner sizes, and debug failures using Depot's analytics dashboard. - [Depot GitHub Actions runners](https://depot.dev/docs/github-actions/overview) - Overview of Depot GitHub Actions runners, a drop-in replacement for your existing runners in any GitHub Actions job. Depot runners are up to 3x faster with 10x faster caching at half the cost of GitHub hosted runners per minute. We have runners for Linux, Windows, and macOS. - [Quickstart for GitHub Actions runners](https://depot.dev/docs/github-actions/quickstart) - Get faster GitHub Actions with Depot's fully-managed GitHub Actions runners. - [Depot GitHub Actions runner types](https://depot.dev/docs/github-actions/runner-types) - Depot offers several different types of GitHub Actions runners, depending on your needs. - [Troubleshooting GitHub Actions runners](https://depot.dev/docs/github-actions/troubleshooting) - Solutions for common issues when using Depot-hosted GitHub Actions runners. - [Tailscale](https://depot.dev/docs/integrations/tailscale) - Learn how to connect Depot to your Tailscale tailnet to enable secure access to private services. - [Depot Managed on AWS](https://depot.dev/docs/managed/on-aws) - Depot Managed allows you to deploy the Depot data plane in your own AWS account. This provides data residency, compliance, and cost control benefits. - [Depot Managed Overview](https://depot.dev/docs/managed/overview) - Depot Managed allows you to deploy the Depot data plane in your own AWS account. This provides data residency, compliance, and cost control benefits. - [Using GPUs with Depot Managed](https://depot.dev/docs/managed/using-gpus) - With Depot Managed you can use your own AWS account to run builds with GPUs. This guide explains how to set up Depot Managed to use GPUs. - [Depot observability overview](https://depot.dev/docs/observability) - View monthly usage metrics across all Depot services including billable minutes, storage, and resource consumption. - [Depot Registry](https://depot.dev/docs/registry/overview) - An OCI-compliant container registry for storing, managing, and distributing container images and artifacts. Use it as an ephemeral build store or a full primary registry. - [Quickstart for Depot Registry](https://depot.dev/docs/registry/quickstart) - Use Depot Registry as your container image registry by pushing arbitrary images and OCI artifacts into it, saving your build output to it, and pulling images from anywhere. - [Security](https://depot.dev/docs/security) - Overview of Depot architecture and security. - [Troubleshooting](https://depot.dev/docs/troubleshooting) - Overview of common troubleshooting steps for using Depot. ## Blog Posts - [The 3 fears that make engineering suck](https://depot.dev/blog/3-fears-that-make-work-suck) - [Accelerating builds: Improving EC2 boot time from 4s to 2.8s](https://depot.dev/blog/accelerating-builds-improve-ec2-boot-time) - [Now available: A Depot plugin for asdf](https://depot.dev/blog/asdf-depot-plugin) - [The best CI provider for fast Docker builds](https://depot.dev/blog/best-ci-for-docker) - [Building and Caching Docker Images in Bitbucket Pipelines](https://depot.dev/blog/bitbucket-pipelines-docker-build-limitations) - [Pulling containers faster with eStargz](https://depot.dev/blog/booting-containers-faster-with-estargz) - [Now available: Build autoscaling for everyone](https://depot.dev/blog/build-autoscaling-now-generally-available) - [How to debug your Docker build context with Depot](https://depot.dev/blog/build-context) - [Building Docker Images in CircleCI with Depot](https://depot.dev/blog/build-docker-images-in-circleci) - [Building Docker Images in GitLab CI with Depot](https://depot.dev/blog/build-docker-images-in-gitlab-ci) - [Depot Build Insights: Better visibility into your builds](https://depot.dev/blog/build-insights) - [New build summary link and a refreshed UI](https://depot.dev/blog/build-summary-details) - [Easily generate SBOMs for every build with Depot](https://depot.dev/blog/build-with-sboms) - [How to build Arm and multi-architecture containers today](https://depot.dev/blog/building-arm-containers) - [Building containers from scratch: Layers](https://depot.dev/blog/building-container-layers-from-scratch) - [Building Images: Gzip vs Zstd](https://depot.dev/blog/building-images-gzip-vs-zstd) - [BuildKit in depth: Docker's build engine explained](https://depot.dev/blog/buildkit-in-depth) - [Faster image builds from Buildkite pipelines with Depot](https://depot.dev/blog/buildkite-integration) - [Buildx bake deep dive: Bake all your images with one command](https://depot.dev/blog/buildx-bake-deep-dive) - [Build all of your Docker images concurrently from a file with bake](https://depot.dev/blog/buildx-bake-with-depot) - [Now available: Cache statistics](https://depot.dev/blog/cache-stats) - [Depot Cache v2: Faster builds and new features](https://depot.dev/blog/cache-v2-faster-builds) - [What we need from CI for agentic engineering](https://depot.dev/blog/ci-for-agentic-engineering) - [Now available: CircleCI OIDC for Depot builds](https://depot.dev/blog/circleci-oidc) - [Faster Claude Code agents in GitHub Actions](https://depot.dev/blog/claude-code-in-github-actions) - [Collaborating with Claude on docs](https://depot.dev/blog/collaborate-with-claude-on-docs) - [Comparing GitHub Actions and Depot runners for 2x faster builds](https://depot.dev/blog/comparing-github-actions-and-depot-runners-for-2x-faster-builds) - [Now available: Cache retention policies for GitHub Actions & Depot Cache](https://depot.dev/blog/configuring-cache-retention-on-depot) - [Knowledge share: Insights from our container builds outages at the start of December](https://depot.dev/blog/container-builds-incident) - [Container security at scale: Building untrusted images safely](https://depot.dev/blog/container-security-at-scale-building-untrusted-images-safely) - [Now available: Connect Cycle.io to Depot for faster container image builds](https://depot.dev/blog/cycle-integration-with-depot) - [Now available: Dagger Functions for Depot](https://depot.dev/blog/dagger-functions-for-depot) - [What we learned accelerating 100 million builds in 2025](https://depot.dev/blog/depot-2025-recap) - [Depot AI: A free open-source Docker registry for public AI models](https://depot.dev/blog/depot-ai) - [Now available: Detailed Depot usage and GitHub Actions analytics](https://depot.dev/blog/depot-and-github-actions-usage) - [Now available: Depot API](https://depot.dev/blog/depot-api) - [Depot is now available in the AWS Marketplace](https://depot.dev/blog/depot-aws-marketplace) - [Now available: Depot ephemeral registry for bake](https://depot.dev/blog/depot-bake-ephemeral-registry) - [Depot is now a member of the CNCF](https://depot.dev/blog/depot-cncf) - [Now available: Configure Docker to run builds with Depot by default](https://depot.dev/blog/depot-configure-docker) - [Depot documentation is now open source](https://depot.dev/blog/depot-docs-now-open-source) - [Building a custom Envoy discovery service for Depot](https://depot.dev/blog/depot-envoy-discovery-service) - [Now available: Depot ephemeral registries](https://depot.dev/blog/depot-ephemeral-registry) - [Introducing Depot managed GitHub Actions Runners](https://depot.dev/blog/depot-github-actions-runners) - [How Depot speeds up Docker builds](https://depot.dev/blog/depot-magic-explained) - [We've raised a $10M Series A from Felicis, Y Combinator, and Pioneer Fund](https://depot.dev/blog/depot-raises-series-a) - [Depot is now SOC 2 compliant](https://depot.dev/blog/depot-soc-2) - [Track your Depot usage across your organization](https://depot.dev/blog/depot-usage) - [Now available: Use Dagger with Depot](https://depot.dev/blog/depot-with-dagger) - [Now available: Use Docker Compose with Depot](https://depot.dev/blog/depot-with-docker-compose) - [Now available: Depot Wrapped 2025](https://depot.dev/blog/depot-wrapped-2025) - [Introducing Developer Experience at Depot](https://depot.dev/blog/devex-at-depot-introduction) - [Dialogues in DevEx: A Conversation with Annabelle Thomas Taylor](https://depot.dev/blog/devex-dialogues-annabelle-thomas-taylor) - [Dialogues in DevEx: A Conversation with Dan Davidson](https://depot.dev/blog/devex-dialogues-dan-davidson) - [Dialogues in DevEx: A Conversation with Iris Scholten](https://depot.dev/blog/devex-dialogues-iris-scholten) - [Dialogues in DevEx: A Conversation with Nic Pegg](https://depot.dev/blog/devex-dialogues-nic-pegg) - [Developer Experience: Past, Present & Future](https://depot.dev/blog/devex-past-present-future) - [DevOps to finance: Explaining CI costs to your CFO](https://depot.dev/blog/devops-to-finance-explaining-ci-costs-to-your-cfo) - [The differences between QEMU microvm and Cloud Hypervisor](https://depot.dev/blog/differences-between-qemu-and-cloud-hypervisor) - [How I run distributed Rust fuzzing in GitHub Actions](https://depot.dev/blog/distributed-rust-fuzzing) - [Faster Docker builds for Arm without emulation](https://depot.dev/blog/docker-arm) - [Depot Build API: build Docker images as a service](https://depot.dev/blog/docker-build-api) - [The fundamentals of building a Docker image](https://depot.dev/blog/docker-build-fundamentals) - [The complete guide to getting started with building Docker images](https://depot.dev/blog/docker-build-image) - [How to build an image without the Docker cache](https://depot.dev/blog/docker-build-no-cache) - [Docker buildx explained](https://depot.dev/blog/docker-buildx-explained) - [How to clear Docker cache and free up space on your system](https://depot.dev/blog/docker-clear-cache) - [How to use Docker layer caching in GitHub Actions](https://depot.dev/blog/docker-layer-caching-in-github-actions) - [Faster Docker image builds in Cloud Build with layer caching](https://depot.dev/blog/docker-layer-caching-in-google-cloud-build) - [Docker multi-stage builds explained](https://depot.dev/blog/docker-multi-stage-builds) - [Tidy up with docker system prune](https://depot.dev/blog/docker-system-prune) - [Our favorite Docker tools](https://depot.dev/blog/docker-tools) - [Introducing the Dockerfile Explorer](https://depot.dev/blog/dockerfile-explorer) - [Lint a Dockerfile on every build](https://depot.dev/blog/dockerfile-lint-on-build) - [Top 10 common Dockerfile linting issues](https://depot.dev/blog/dockerfile-linting-issues) - [A recap of Depot Drop Week #01](https://depot.dev/blog/drop-week-01) - [Fast Dockerfiles: theory and practice](https://depot.dev/blog/fast-dockerfiles-theory-and-practice) - [Faster Bazel builds with remote cache](https://depot.dev/blog/faster-bazel-builds-with-remote-cache) - [Build Docker images faster using build cache](https://depot.dev/blog/faster-builds-with-docker-caching) - [8x faster queries with PlanetScale Metal](https://depot.dev/blog/faster-database-with-planetscale-metal) - [Faster Docker image builds in AWS CodeBuild](https://depot.dev/blog/faster-docker-image-builds-in-aws-codebuild) - [Making EC2 boot time 8x faster](https://depot.dev/blog/faster-ec2-boot-time) - [Faster GitHub Actions with Depot](https://depot.dev/blog/faster-github-actions) - [Faster Gradle builds with remote cache](https://depot.dev/blog/faster-gradle-builds-with-remote-cache) - [Fly builds, now with Depot](https://depot.dev/blog/fly-builds-powered-by-depot) - [From Go code to container image with Depot API](https://depot.dev/blog/from-go-code-to-container-image-with-depot-api) - [Git is really cool, actually](https://depot.dev/blog/git-is-really-cool-actually) - [How we launch GitHub Actions runners in 5 seconds](https://depot.dev/blog/github-actions-breaking-five-second-barrier) - [We reverse-engineered the GitHub Actions cache so you don't have to](https://depot.dev/blog/github-actions-cache) - [Now available: GitHub Actions cache management](https://depot.dev/blog/github-actions-cache-management) - [GPUs now available for Depot GitHub Actions runners](https://depot.dev/blog/github-actions-gpus-now-available) - [Running GitHub Actions jobs in a container built with Depot](https://depot.dev/blog/github-actions-jobs-in-a-container) - [How to leverage GitHub Actions matrix strategy](https://depot.dev/blog/github-actions-matrix-strategy) - [Run Depot builds on forks of open-source projects with GitHub Actions](https://depot.dev/blog/github-actions-oss-fork-builds) - [GitHub Actions Runner architecture: The listener](https://depot.dev/blog/github-actions-runner-architecture-part-1-the-listener) - [Now available: GitHub Actions Runners settings](https://depot.dev/blog/github-actions-runner-settings) - [Real time visualization and monitoring of GitHub Actions Runners & Jobs](https://depot.dev/blog/github-actions-runners-visualization) - [From Go Code to Container Image with Depot API](https://depot.dev/blog/go-code-to-container-depot-api) - [Go 1.24 remote caching explained](https://depot.dev/blog/go-remote-cache) - [Graceful Shutdown in Go](https://depot.dev/blog/graceful-shutdown-in-go) - [A practical guide to debugging GitHub Actions](https://depot.dev/blog/guide-to-debugging-github-actions) - [Guide to faster Rust builds in CI](https://depot.dev/blog/guide-to-faster-rust-builds-in-ci) - [The hidden cost of self hosting CI runners](https://depot.dev/blog/hidden-cost-of-self-hosting-ci-runners) - [How BuildKit Parallelizes Your Builds](https://depot.dev/blog/how-buildkit-parallelizes-your-builds) - [How I make support suck less](https://depot.dev/blog/how-i-make-support-suck-less) - [Overmind uses Depot to build Dev Containers 10x faster](https://depot.dev/blog/how-overmind-got-10x-faster-dev-container-builds) - [How simulations reduce the guesswork in our infrastructure decisions](https://depot.dev/blog/how-simulations-reduce-guesswork) - [How support shapes the product at Depot](https://depot.dev/blog/how-support-shapes-the-product-at-depot) - [Deploy to Fly using a Depot builder](https://depot.dev/blog/how-to-build-with-depot-on-fly) - [How to calculate your real GitHub Actions usage in minutes](https://depot.dev/blog/how-to-calculate-github-actions-usage) - [How to reduce CI/CD costs: Complete optimization checklist](https://depot.dev/blog/how-to-reduce-cicd-costs-complete-optimization-guide) - [How to reduce your Docker image size](https://depot.dev/blog/how-to-reduce-your-docker-image-size) - [How to use BuildKit cache mounts in CI providers](https://depot.dev/blog/how-to-use-buildkit-cache-mounts-in-ci) - [How to use cache mounts to speed up Docker builds](https://depot.dev/blog/how-to-use-cache-mount-to-speed-up-docker-builds) - [How to use Depot to build Docker images in your monorepo](https://depot.dev/blog/how-to-use-depot-in-monorepos) - [How to use Depot to build your containers faster for Fly.io](https://depot.dev/blog/how-to-use-depot-with-fly) - [How we automated GitHub Actions Runner updates with Claude](https://depot.dev/blog/how-we-automated-github-actions-runner-updates-with-claude) - [How we built Depot Wrapped 2025](https://depot.dev/blog/how-we-built-depot-wrapped) - [Windmill.dev builds multi-platform Docker images faster with Depot](https://depot.dev/blog/how-windmill-got-13x-faster-docker-builds) - [Reducing time-to-start](https://depot.dev/blog/infrastructure-provisioner-v3) - [Introducing Sherlock: AI assistant for Depot docs](https://depot.dev/blog/introducing-ai-assistant-sherlock) - [Introducing Depot β€” A faster way to build Docker images](https://depot.dev/blog/introducing-depot) - [Introducing Depot Cache](https://depot.dev/blog/introducing-depot-cache) - [Now available: Depot Registry](https://depot.dev/blog/introducing-depot-registry) - [Introducing Ultra Runners β€” Up to 3x faster GitHub Actions jobs](https://depot.dev/blog/introducing-github-actions-ultra-runners) - [Introducing GitHub Job Details: Observability for your CI/CD pipeline](https://depot.dev/blog/introducing-github-job-details-observability-for-your-cicd-pipeline) - [Kysely dialect for PlanetScale](https://depot.dev/blog/kysely-dialect-planetscale) - [Lambda durable functions: Real implementation notes](https://depot.dev/blog/lambda-durable-implementation) - [Now available: Larger builder sizes for Depot](https://depot.dev/blog/larger-builders-for-faster-builds) - [Accelerated local builds, with instant shared cache](https://depot.dev/blog/local-builds) - [New feature: Login with Google and Microsoft](https://depot.dev/blog/login-with-google-microsoft) - [Now available: macOS GitHub Actions runners](https://depot.dev/blog/mac-github-actions-runners) - [A marketer's hour of hell: What I finally get about slow builds](https://depot.dev/blog/marketers-hour-of-hell-slow-builds) - [Knowledge share: Insights from our major outage on May 8th](https://depot.dev/blog/may-8-outage) - [Migrating my workflows from GitHub Actions to Depot CI](https://depot.dev/blog/migrate-to-depot-ci) - [Monorepos: Worth the hype?](https://depot.dev/blog/monorepos-worth-the-hype) - [How to build multi-platform Docker images in GitHub Actions](https://depot.dev/blog/multi-platform-docker-images-in-github-actions) - [My intuition doesn't work anymore](https://depot.dev/blog/my-intuition-doesnt-work-anymore) - [Node 20 deprecation: PSA for Depot users](https://depot.dev/blog/node-20-deprecation-psa-for-depot-users) - [Now available: Audit logging for improved security](https://depot.dev/blog/now-available-audit-logging-for-improved-security) - [Now available: Claude Code sessions in Depot](https://depot.dev/blog/now-available-claude-code-sessions-in-depot) - [Now available: Depot CI](https://depot.dev/blog/now-available-depot-ci) - [Now available: OCI-compliant Depot Registry](https://depot.dev/blog/now-available-depot-registry-v2) - [Now available: Depot skills](https://depot.dev/blog/now-available-depot-skills) - [Now available: Egress filtering for GitHub Actions Runners](https://depot.dev/blog/now-available-egress-filtering-for-github-actions-runners) - [Now available: Github Actions log search](https://depot.dev/blog/now-available-gha-log-search) - [Now available: GitHub Actions analytics](https://depot.dev/blog/now-available-github-actions-analytics) - [Now available: Gocache v2 for improved Golang build performance](https://depot.dev/blog/now-available-gocache-v2-faster-improved-golang-build-performance) - [Now available: Remote agent sandboxes on Depot](https://depot.dev/blog/now-available-remote-agent-sandboxes) - [Knowledge share: Insights from the us-east-1 outage on October 20th](https://depot.dev/blog/october-20-us-east-1-outage) - [How to optimize Docker image builds for Depot](https://depot.dev/blog/optimize-for-remote-docker-image-builds) - [Optimize your Dockerfile for 5x faster builds](https://depot.dev/blog/optimize-your-dockerfile-for-5x-faster-builds) - [Scaling Depot: Solving a thundering herd problem](https://depot.dev/blog/planetscale-to-reduce-the-thundering-herd) - [Now available: Project build timeouts](https://depot.dev/blog/project-build-timeouts) - [New feature: Select the region for your Depot projects](https://depot.dev/blog/project-region-selection) - [New feature: project tokens](https://depot.dev/blog/project-tokens) - [How to reduce the size of a Docker image using dive](https://depot.dev/blog/reducing-image-size-with-dive) - [How we cut GitHub Actions queue times by 4x](https://depot.dev/blog/reducing-queue-time-with-cached-schemas) - [How to reuse builds across integration test workflows](https://depot.dev/blog/registry-integration-testing-load-save) - [Observing serverless applications | AWS re:Invent 2024](https://depot.dev/blog/reinvent-2024-observing-serverless-applications) - [Remote build caching: The secret to lightning-fast builds](https://depot.dev/blog/remote-build-caching-secret-to-software-builds) - [Best practice Dockerfile for speedy Rust builds](https://depot.dev/blog/rust-dockerfile-best-practices) - [Fast Rust builds with sccache and GitHub Actions](https://depot.dev/blog/sccache-in-github-actions) - [Introducing self-hosted Depot builders](https://depot.dev/blog/self-hosted-depot) - [Self-hosted GitHub Actions runners aren't free](https://depot.dev/blog/self-hosting-github-actions) - [How slow builds are costing you money](https://depot.dev/blog/slow-builds-are-costing-you-money) - [How to speed up your Docker builds](https://depot.dev/blog/speed-up-docker-builds) - [Now available: Connect Depot to your Tailscale tailnet](https://depot.dev/blog/tailscale-integration) - [Now available: Sherlock can analyze your builds and CI](https://depot.dev/blog/teaching-sherlock-new-tricks) - [The bottleneck has shifted from writing code to integrating it](https://depot.dev/blog/the-bottleneck-has-shifted) - [The end of push-wait-guess CI](https://depot.dev/blog/the-end-of-push-wait-guess-ci) - [Troubleshooting GitHub Actions with self-hosted runners](https://depot.dev/blog/troubleshooting-github-actions-unexpected-behaviors) - [Turbo Builders are now available](https://depot.dev/blog/turbo-builders) - [The ultimate guide to Docker build cache](https://depot.dev/blog/ultimate-guide-to-docker-build-cache) - [macOS GitHub Actions Runners are now twice as fast](https://depot.dev/blog/ultra-runners-for-macos) - [Uncovering Disk I/O Bottlenecks in GitHub Actions](https://depot.dev/blog/uncovering-disk-io-bottlenecks-github-actions-ci) - [Now available: Usage caps](https://depot.dev/blog/usage-caps) - [Using AI as my engineering copilot (not autopilot)](https://depot.dev/blog/using-ai-as-my-engineering-copilot-not-autopilot) - [We analyzed 66,821 GitHub Actions runs: 9 hidden gems you're missing](https://depot.dev/blog/we-analyzed-66821-github-actions-runs) - [We hire people who care about their work](https://depot.dev/blog/we-hire-people-who-care-about-their-work) - [We instrumented GitHub Actions. Here's what GitHub won't show you.](https://depot.dev/blog/we-instrumented-github-actions) - [What are Docker layers anyway?](https://depot.dev/blog/what-are-docker-layers) - [What is a tar file?](https://depot.dev/blog/what-is-a-tar-file) - [What technical writers actually do at startups](https://depot.dev/blog/what-technical-writers-do-at-startups) - [What we learned optimizing EC2 macOS build performance](https://depot.dev/blog/what-we-learned-optimizing-ec2-macos-build-performance) - [Why 98.5% of organizations have slow actions/checkout](https://depot.dev/blog/why-organizations-have-slow-actions-checkout) - [Why platform teams are focused on CI/CD optimization](https://depot.dev/blog/why-platform-teams-are-focused-on-ci-cd-optimization) - [Why you should avoid COPY --link in your Dockerfile](https://depot.dev/blog/why-you-should-avoid-copy-link-in-your-dockerfile) - [Now available: Windows GitHub Actions runners](https://depot.dev/blog/windows-github-actions-runners) ## Changelog - [Depot CLI v0.1.0](https://depot.dev/changelog/2022-05-14-depot-cli-0-1-0) - [depot/build-push-action GitHub Action](https://depot.dev/changelog/2022-05-16-build-push-action) - [Docs, docs, docs](https://depot.dev/changelog/2022-05-31-docs) - [Self-hosted Depot builders](https://depot.dev/changelog/2022-06-14-self-hosted-builders) - [Project Tokens](https://depot.dev/changelog/2022-06-21-project-tokens) - [Stability fixes](https://depot.dev/changelog/2022-07-28-stability-fixes) - [Self-hosted Depot builders](https://depot.dev/changelog/2022-07-31-self-hosted-builders) - [New collaboration blog post with PostHog](https://depot.dev/changelog/2022-08-05-posthog-blog-post) - [Self-hosted Depot builders are now available](https://depot.dev/changelog/2022-08-18-self-hosted-builders) - [Updated docs and doc search](https://depot.dev/changelog/2022-08-19-updated-docs) - [Further stability improvements](https://depot.dev/changelog/2022-09-16-stability-improvements) - [depot CLI is now at v1.0.0](https://depot.dev/changelog/2022-09-22-depot-cli-1-0-0) - [New GitLab CI integration](https://depot.dev/changelog/2022-09-28-gitlab-ci-integration) - [Login with Google and Microsoft](https://depot.dev/changelog/2022-10-30-oauth-login) - [Company updates](https://depot.dev/changelog/2022-10-31-company-updates) - [Faster image builds inside Bitbucket Pipelines](https://depot.dev/changelog/2022-11-09-bitbucket-guide) - [Use depot as an asdf plugin](https://depot.dev/changelog/2022-11-11-asdf-plugin) - [Platform upgrade](https://depot.dev/changelog/2022-11-28-platform-upgrade) - [New CI-focused onboarding](https://depot.dev/changelog/2022-11-29-new-onboarding) - [Depot joins Y Combinator](https://depot.dev/changelog/2022-12-07-y-combinator-launch) - [Select the region for your Depot project](https://depot.dev/changelog/2022-12-12-region-selection) - [More docs updates](https://depot.dev/changelog/2022-12-28-docs-updates) - [Depot Community on Discord πŸŽ‰](https://depot.dev/changelog/2023-01-07-discord-community) - [depot CLI v1.6.0 is now available](https://depot.dev/changelog/2023-01-27-depot-cli-1-6-0) - [depot/bake-action GitHub Action](https://depot.dev/changelog/2023-01-31-bake-action) - [Depot API is now in private beta](https://depot.dev/changelog/2023-02-07-api-private-beta) - [Depot builds Mastodon multi-platform images 53x faster](https://depot.dev/changelog/2023-02-15-mastodon-benchmark) - [Turbo builders are now available](https://depot.dev/changelog/2023-02-24-turbo-builders) - [New landing page](https://depot.dev/changelog/2023-02-28-new-landing-page) - [Cache statistics and insights ⚑](https://depot.dev/changelog/2023-03-17-cache-statistics) - [Buildkite integration with OIDC support](https://depot.dev/changelog/2023-03-31-buildkite) - [depot CLI v2.7.2 released πŸŽ‰](https://depot.dev/changelog/2023-03-31-depot-cli-2-7-2) - [YC W23 Demo Day πŸš€](https://depot.dev/changelog/2023-04-03-y-combinator) - [Improved billing details](https://depot.dev/changelog/2023-04-10-billing-details) - [GitHub Action updates](https://depot.dev/changelog/2023-04-18-github-actions) - [Kysely dialect for PlanetScale](https://depot.dev/changelog/2023-04-24-kysely-dialect) - [depot CLI v2.10.0 is now available πŸŽ‰](https://depot.dev/changelog/2023-05-01-depot-cli-2-10-0) - [Improved layer hashing performance for large layers](https://depot.dev/changelog/2023-05-01-improved-hashing) - [Depot docs are now open-source](https://depot.dev/changelog/2023-05-02-docs-open-source) - [Local builds with instant cache sharing](https://depot.dev/changelog/2023-05-17-local-builds) - [Product Hunt launch and Show HN πŸŽ‰](https://depot.dev/changelog/2023-05-23-hacker-news-product-hunt) - [depot CLI v2.17.2 is now available](https://depot.dev/changelog/2023-05-31-depot-cli-2-17-2) - [Lint any Dockerfile during any Docker image build](https://depot.dev/changelog/2023-05-31-lint) - [Control self-hosted builders from the Project Settings](https://depot.dev/changelog/2023-06-05-reset-machines) - [Updated build visualization UI ⚑](https://depot.dev/changelog/2023-06-06-build-ui) - [New integration guide for Jenkins](https://depot.dev/changelog/2023-06-20-jenkins-guide) - [The Depot API is now public πŸŽ‰](https://depot.dev/changelog/2023-06-21-depot-api) - [Upgrade to depot CLI v2.21.0](https://depot.dev/changelog/2023-06-29-depot-cli-2-21-0) - [Cache Storage V2](https://depot.dev/changelog/2023-07-17-cache-storage-v2) - [Announcing depot.ai](https://depot.dev/changelog/2023-07-18-depot-ai) - [Llama 2 πŸ¦™ added to the registry](https://depot.dev/changelog/2023-07-19-llama-2) - [Added support for open-source pull request builds](https://depot.dev/changelog/2023-07-19-open-source-pull-requests) - [New Docker CLI plugin and GitHub Action](https://depot.dev/changelog/2023-07-27-depot-configure-docker) - [Semgrep integration with --lint](https://depot.dev/changelog/2023-08-01-semgrep-integration-with-lint) - [Depot is now a member of the CNCF](https://depot.dev/changelog/2023-08-10-depot-cncf) - [New buildx driver for Depot πŸŽ‰](https://depot.dev/changelog/2023-08-11-buildx-driver-for-depot) - [New integration guides for docker build and Dev Containers](https://depot.dev/changelog/2023-08-11-new-integration-guide-for-docker-build) - [Build minute usage caps](https://depot.dev/changelog/2023-08-31-build-minute-usage-caps) - [New logo & branding](https://depot.dev/changelog/2023-09-01-new-branding) - [Use CircleCI OIDC for builds](https://depot.dev/changelog/2023-09-07-circleci-oidc) - [@depot/cli Node.js package](https://depot.dev/changelog/2023-09-15-npm-package) - [Language & framework guides](https://depot.dev/changelog/2023-09-20-language-framework-guides) - [Depot CLI v2.38.1](https://depot.dev/changelog/2023-09-27-depot-cli-2-38-1) - [Build Insights](https://depot.dev/changelog/2023-10-16-build-insights) - [SBOMs](https://depot.dev/changelog/2023-10-17-sboms) - [Track your usage](https://depot.dev/changelog/2023-10-18-track-your-usage) - [Infrastructure Provisoner v3](https://depot.dev/changelog/2023-10-19-infrastructure-provisioner-v3) - [AWS Marketplace Billing](https://depot.dev/changelog/2023-10-20-aws-marketplace) - [Dockerfile Explorer](https://depot.dev/changelog/2023-10-20-dockerfile-explorer) - [Depot CLI v2.45.5](https://depot.dev/changelog/2023-10-30-depot-cli-2-45-5) - [Save a build in a temporary registry (beta)](https://depot.dev/changelog/2023-11-15-temporary-registry) - [AWS CodeBuild integration guide](https://depot.dev/changelog/2023-11-21-aws-codebuild-integration) - [Logs view enhancements](https://depot.dev/changelog/2023-11-24-logs-view-enhancements) - [Trust policies in the Depot API](https://depot.dev/changelog/2023-11-27-trust-policies) - [Ephemeral registries](https://depot.dev/changelog/2023-12-06-ephemeral-registries) - [New depot/pull-action GitHub Action](https://depot.dev/changelog/2023-12-07-github-action) - [Debug your build context](https://depot.dev/changelog/2023-12-15-debug-build-context) - [depot CLI v2.49.0](https://depot.dev/changelog/2023-12-20-depot-cli-2-49-0) - [depot CLI v2.53.0](https://depot.dev/changelog/2024-01-31-depot-cli-2-53-0) - [Filter your Docker build logs](https://depot.dev/changelog/2024-02-12-logs-view-facets) - [Now in beta: Depot managed GitHub Action Runners](https://depot.dev/changelog/2024-02-19-github-action-runners) - [depot CLI v2.54.1](https://depot.dev/changelog/2024-02-26-depot-cli-2-54-1) - [depot bake now has targeted load 🀩](https://depot.dev/changelog/2024-03-04-depot-bake-targeted-load) - [Depot ephemeral registry now available for depot bake](https://depot.dev/changelog/2024-03-11-ephemeral-registry-for-depot-bake) - [Integrate with RWX via OIDC trust relationships](https://depot.dev/changelog/2024-03-15-mint-oidc-trust-relationship) - [depot pull-token now available](https://depot.dev/changelog/2024-03-18-pull-token-support) - [Daggerverse module for Depot v1.1.0 now available](https://depot.dev/changelog/2024-03-26-depot-daggerverse-1-1-0) - [Best practice Dockerfile for Rust](https://depot.dev/changelog/2024-03-30-rust-dockerfile) - [Depot GitHub Actions Runners for ARM now in beta](https://depot.dev/changelog/2024-04-08-github-actions-runners-for-arm-beta) - [New Contact us pane for faster Depot support](https://depot.dev/changelog/2024-04-14-contact-us-pane) - [AWS PrivateLink now available for Depot remote container builds](https://depot.dev/changelog/2024-04-20-aws-privatelink-now-available) - [Increased disk sizes for GitHub Actions runners](https://depot.dev/changelog/2024-04-22-increased-disk-sizes-for-github-actions-runners) - [New Fly.io integration guide](https://depot.dev/changelog/2024-05-05-fly-io-integration-guide) - [New GitHub Actions Runners sizes now available in Depot](https://depot.dev/changelog/2024-05-14-smaller-and-larger-github-actions-runners) - [New API endpoints for managing project tokens](https://depot.dev/changelog/2024-05-20-project-token-api-endpoints) - [Nydus support now in beta for Docker image builds](https://depot.dev/changelog/2024-05-24-nydus-support-in-beta) - [depot bake can now build with multiple projects in parallel](https://depot.dev/changelog/2024-06-07-depot-cli-bake-multiple-projects) - [New Depot dashboard UI](https://depot.dev/changelog/2024-06-11-new-depot-dashboard) - [View and delete GitHub Actions cache entries](https://depot.dev/changelog/2024-06-20-github-actions-cache-management) - [Now in beta: I/O-optimized GitHub Actions runners](https://depot.dev/changelog/2024-06-21-io-optimized-github-actions-runner-beta) - [depot CLI v2.70.0](https://depot.dev/changelog/2024-06-30-depot-cli-2-70-0) - [Purge your GitHub Actions cache](https://depot.dev/changelog/2024-07-12-purge-github-actions-cache) - [Streamlined Onboarding](https://depot.dev/changelog/2024-07-12-streamlined-onboarding) - [Now in beta: Ubuntu 24.04 GitHub Actions runners](https://depot.dev/changelog/2024-07-12-ubuntu-24-04-github-actions-runner-beta) - [depot CLI v2.72.0](https://depot.dev/changelog/2024-07-15-depot-cli-2-72-0) - [Usage caps for GitHub Actions minutes](https://depot.dev/changelog/2024-07-15-github-actions-usage-caps) - [Download detailed usage reports](https://depot.dev/changelog/2024-07-24-detailed-usage-reports) - [Bulk delete GitHub Cache entries](https://depot.dev/changelog/2024-08-24-gha-cache-bulk-delete) - [depot CLI v2.75.0](https://depot.dev/changelog/2024-08-27-depot-cli-2-75-0) - [Project build health over the past 30 builds](https://depot.dev/changelog/2024-09-11-project-build-health) - [Support for build platforms in Compose files](https://depot.dev/changelog/2024-09-12-build-platforms-support-in-compose) - [New best practice Dockerfiles for Python](https://depot.dev/changelog/2024-09-19-new-python-guides) - [Depot Cache Explorer](https://depot.dev/changelog/2024-10-07-depot-cache-explorer) - [Sharing builds with other users](https://depot.dev/changelog/2024-10-23-build-sharing) - [Debug GitHub Actions queue timings](https://depot.dev/changelog/2024-11-14-github-actions-queue-time) - [Cache usage updates](https://depot.dev/changelog/2024-12-07-cache-usage-updates) - [Download cache files](https://depot.dev/changelog/2025-01-22-download-cache-files) - [Force-terminate GitHub Actions jobs](https://depot.dev/changelog/2025-01-22-force-terminate-github-actions-jobs) - [Connect multiple GitHub organizations to a single Depot organization](https://depot.dev/changelog/2025-02-17-connect-multiple-github-organizations) - [depot-ubuntu-latest now uses Ubuntu 24.04](https://depot.dev/changelog/2025-02-20-ubuntu-latest-is-now-v24) - [Filter builds and GitHub Actions jobs](https://depot.dev/changelog/2025-02-24-filter-builds-and-github-actions-jobs) - [Depot Cache now supports Go cache](https://depot.dev/changelog/2025-03-03-gocacheprog) - [depot CLI v2.84.0](https://depot.dev/changelog/2025-03-10-depot-cli-2-84-0) - [Added RegistryService to the API](https://depot.dev/changelog/2025-03-20-registry-service) - [Depot Cache now supports Maven](https://depot.dev/changelog/2025-05-07-depot-cache-maven-support) - [Reset BuildKit machines in Depot](https://depot.dev/changelog/2025-05-21-reset-container-build-machines) - [depot CLI v2.87.0](https://depot.dev/changelog/2025-06-10-depot-push-env-var-auth) - [Dependabot now runs on Depot GitHub Actions runners](https://depot.dev/changelog/2025-06-24-dependabot-support) - [New depot cargo command for accelerated Rust builds](https://depot.dev/changelog/2025-06-30-depot-cargo-command) - [depot CLI v2.95.0](https://depot.dev/changelog/2025-07-15-depot-switch-orgs-delete-projects) - [Filter GitHub Actions Jobs by status, repo, and runner](https://depot.dev/changelog/2025-07-28-filter-github-actions-jobs) - [depot CLI v2.99.0](https://depot.dev/changelog/2025-08-25-depot-cli-2-99-0) - [Push any image into the Depot Registry](https://depot.dev/changelog/2025-08-26-push-any-image-to-depot-registry) - [macOS 15 is now the default macOS version for GitHub Actions runners](https://depot.dev/changelog/2025-09-12-macos-15-github-actions) - [Filter registry images by tags](https://depot.dev/changelog/2025-09-12-registry-page-filtering) - [Get usage data programmatically using the Depot API](https://depot.dev/changelog/2025-09-18-api-usage-service) - [GitHub Actions cache is now scoped by repository](https://depot.dev/changelog/2025-09-26-repo-scoped-actions-cache) - [New and updated docs for build parallelism, optimal Dockerfiles, and Depot Cache](https://depot.dev/changelog/2025-10-09-build-parallelism) - [Pagination for container build history](https://depot.dev/changelog/2025-10-21-build-history-pagination) - [Search logs across all your GitHub Actions jobs](https://depot.dev/changelog/2025-10-29-github-actions-log-search) - [Using Depot Cache with Docker Bake and the Depot CLI](https://depot.dev/changelog/2025-10-30-depot-cache-docs) - [GitHub Actions job history pagination](https://depot.dev/changelog/2025-10-30-github-actions-pagination) - [New troubleshooting documentation](https://depot.dev/changelog/2025-10-31-troubleshooting-documentation) - [Resume remote agent sandboxes from the app](https://depot.dev/changelog/2025-11-03-resume-remote-agent-sandboxes) - [GitHub Actions troubleshooting documentation](https://depot.dev/changelog/2025-11-10-github-actions-troubleshooting) - [Analytics for GitHub Actions across all your jobs](https://depot.dev/changelog/2025-11-17-github-actions-analytics) - [CNI isolation enabled for all builds](https://depot.dev/changelog/2025-12-02-cni-isolation-enabled) - [Filter usage data by project, repo, workflow, and runner](https://depot.dev/changelog/2025-12-06-usage-page-filtering) - [Platform prefixes for multi-architecture bake builds](https://depot.dev/changelog/2025-12-09-bake-platform-prefixes) - [Deduplicated label for build steps](https://depot.dev/changelog/2025-12-10-deduplicated-label) - [Windows Server 2025 GitHub Actions runners now available](https://depot.dev/changelog/2025-12-12-windows-2025-github-actions) - [Faster x86 GitHub Actions runners](https://depot.dev/changelog/2025-12-17-github-actions-m8a-instances) - [Depot Wrapped 2025: Your year in review](https://depot.dev/changelog/2025-12-18-depot-wrapped) - [AI assistant for Depot docs: Sherlock](https://depot.dev/changelog/2025-12-18-sherlock-ai-assistant-for-docs) - [Resource utilization metrics for container builds](https://depot.dev/changelog/2026-01-12-container-build-resource-utilization) - [New documentation for observability](https://depot.dev/changelog/2026-01-16-new-docs-for-observability) - [Filter GitHub Actions analytics by workflow path](https://depot.dev/changelog/2026-01-22-github-actions-workflow-path-filter) - [Inline build step analytics](https://depot.dev/changelog/2026-02-11-inline-build-step-analytics) - [Collapse logs by action in GitHub Actions job details](https://depot.dev/changelog/2026-02-12-collapse-github-actions-job-logs) - [Depot skills for AI coding agents](https://depot.dev/changelog/2026-02-24-depot-skills) - [Sherlock can now analyze your builds, jobs, and more](https://depot.dev/changelog/2026-03-06-sherlock-expanded-context) - [Depot CI is now generally available](https://depot.dev/changelog/2026-03-24-depot-ci-now-available) - [Run Depot CI against a specific branch with --ref](https://depot.dev/changelog/2026-03-25-depot-ci-run-ref-flag) - [Dynamic job names in Depot CI](https://depot.dev/changelog/2026-03-30-dynamic-job-names-in-ui) - [Secret files in Depot CI](https://depot.dev/changelog/2026-04-01-depot-ci-secret-files) - [Depot CI now triggers on Graphite stacked PRs](https://depot.dev/changelog/2026-04-01-graphite-stacked-prs) - [Reusable workflow improvements in Depot CI](https://depot.dev/changelog/2026-04-02-reusable-workflow-parity) - [Depot CI now supports case expression in GitHub Actions workflow syntax](https://depot.dev/changelog/2026-04-10-case-expression-support) - [New Depot CI commands: cancel, rerun, retry, and dispatch](https://depot.dev/changelog/2026-04-23-depot-ci-cancel-rerun-retry-dispatch) ## Customers - [How Astral made CI runs up to 4.7x faster with Depot](https://depot.dev/customers/astral) - [How Bastion cut build times by 6x and halved GitHub Actions spending with Depot](https://depot.dev/customers/bastion) - [How Hathora uses Depot to power Docker builds for game developers at scale](https://depot.dev/customers/hathora) - [How Inference ships 4x faster using Depot GitHub Actions runners](https://depot.dev/customers/inference) - [How Jane cut GitHub Actions costs in half and increased throughput by 25% with Depot](https://depot.dev/customers/jane-app) - [How People Data Labs made their builds 25% faster at a third of the cost with Depot](https://depot.dev/customers/people-data-labs) - [How Posthog cut build times by 55x, and continues to ship β€œweirdly fast” with Depot](https://depot.dev/customers/posthog)