LLMS Central - The Robots.txt for AI

depot.dev

Last updated: 7/15/2026valid

Independent Directory - Important Information

This llms.txt file was publicly accessible and retrieved from depot.dev. LLMS Central does not claim ownership of this content and hosts it for informational purposes only to help AI systems discover and respect website policies.

This listing is not an endorsement by depot.dev and they have not sponsored this page. We are an independent directory service with no affiliation to the listed domain.

Copyright & Terms: Users should respect the original terms of service of depot.dev. If you believe there is a copyright or terms of service violation, please contact us at support@llmscentral.com for prompt removal. Domain owners can also claim their listing.

Current llms.txt Content

# Depot

> For AI agents: this file is the site index for Depot, covering documentation, blog posts, the changelog, and customer stories. Each link below points to the markdown source. You can also append `.md` to any HTML URL on https://depot.dev to fetch its markdown source (for example https://depot.dev/docs/cli.md). The full markdown bundle of documentation pages is at https://depot.dev/llms-all.txt.

## Documentation

- [Get started with Depot](https://depot.dev/docs.md) - Depot accelerates container builds, GitHub Actions, and CI workflows.
- [Manage your Depot account and organizations](https://depot.dev/docs/account.md) - 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.md) - 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.md) - Learn how to use move your coding agents off of your local machine and onto Depot's remote agents platform
- [AI and agent resources](https://depot.dev/docs/ai-at-depot.md) - Learn about AI-based features in Depot and resources available for agents and LLMs.
- [Container builds API tutorial](https://depot.dev/docs/api/api-container-builds-tutorial.md) 
- [Authentication](https://depot.dev/docs/api/authentication.md) - How to generate organization level API tokens for authenticating to the Depot API
- [Depot API Overview](https://depot.dev/docs/api/overview.md) - Programmatic access to Depot, from running container image builds on behalf of your own users to managing Depot CI workflows, runs, and jobs.
- [Depot Sandbox SDK reference](https://depot.dev/docs/api/sandbox-sdk-reference.md) - Complete Node.js SDK reference for creating sandboxes, running commands, streaming output, and using the sandbox file system
- [Depot SDK Reference](https://depot.dev/docs/api/sdk-reference.md) - Complete SDK reference for managing Depot projects, builds, registry, BuildKit endpoints, and usage data
- [Authentication](https://depot.dev/docs/cache/authentication.md) - Learn how to authenticate with Depot remote caching
- [Configure Bazel to use Depot Cache](https://depot.dev/docs/cache/integrations/bazel.md) - Learn how to use Depot remote caching for Bazel builds
- [GitHub Actions](https://depot.dev/docs/cache/integrations/github-actions.md) - Learn how to use Depot remote caching for GitHub Actions workflows
- [Configure Go to use Depot Cache](https://depot.dev/docs/cache/integrations/gocache.md) - Learn how to use Depot remote caching for Go
- [Configure Gradle to use Depot Cache](https://depot.dev/docs/cache/integrations/gradle.md) - Learn how to use Depot remote caching for Gradle builds
- [Configure Maven to use Depot Cache](https://depot.dev/docs/cache/integrations/maven.md) - Learn how to use Depot remote caching for Maven builds
- [Configure moonrepo to use Depot Cache](https://depot.dev/docs/cache/integrations/moonrepo.md) - Learn how to use Depot remote caching for moonrepo builds
- [Configure Pants to use Depot Cache](https://depot.dev/docs/cache/integrations/pants.md) - Learn how to use Depot remote caching for Pants builds
- [Configure sccache to use Depot Cache](https://depot.dev/docs/cache/integrations/sccache.md) - Learn how to use Depot remote caching for sccache builds
- [Configure Turborepo to use Depot Cache](https://depot.dev/docs/cache/integrations/turbo.md) - Learn how to use Depot remote caching for Turborepo builds
- [Depot Cache](https://depot.dev/docs/cache/overview.md) - 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.md) - Reference for GitHub Actions syntax, triggers, and configuration that Depot CI supports, including current limitations.
- [Mount a durable cache disk](https://depot.dev/docs/ci/how-to-guides/cache-disks.md) - Mount a durable cache disk into Depot CI jobs to persist data between runs and share a directory across parallel workflows.
- [Use Depot CI in coding agent loops](https://depot.dev/docs/ci/how-to-guides/coding-agents.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - Use parallel step execution to run independent steps concurrently within a Depot CI job, reducing overall job duration.
- [Retry failed steps](https://depot.dev/docs/ci/how-to-guides/retry-steps.md) - Use the native retry key to automatically re-run a failed run step in Depot CI, with configurable backoff between attempts.
- [Split tests by timing](https://depot.dev/docs/ci/how-to-guides/split-tests.md) - Split a test suite across matrix jobs with historical JUnit timing data, then run and report every shard.
- [Datadog CI Visibility](https://depot.dev/docs/ci/observability/datadog-ci-visibility.md) - Send your Depot CI runs to Datadog CI Visibility to monitor pipeline health alongside the rest of your CI.
- [Depot CI logs](https://depot.dev/docs/ci/observability/depot-ci-logs.md) - 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.md) - Monitor job performance, track resource utilization, and view step-level timing for Depot CI from the Depot dashboard.
- [Depot CI test results](https://depot.dev/docs/ci/observability/depot-ci-test-results.md) - Report JUnit XML test results from Depot CI jobs and view inline results, per-job history, and an org-wide analytics dashboard from the Depot dashboard.
- [GitHub checks](https://depot.dev/docs/ci/observability/github-checks.md) - 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.md) - Learn how to use OpenID Connect (OIDC) to authenticate Depot CI workflows with cloud providers.
- [Depot CI](https://depot.dev/docs/ci/overview.md) - 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.md) - 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.md) - Options for authenticating builds with the Depot CLI
- [Install the Depot CLI](https://depot.dev/docs/cli/installation.md) - 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.md) - 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.md) - 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.md) - Reference for the Depot CI CLI commands for migrating workflows, triggering and monitoring runs, managing secrets and variables, and debugging jobs over SSH.
- [Depot CLI: Overview and platform commands](https://depot.dev/docs/cli/reference/overview.md) - Reference for platform-wide Depot CLI commands, including login, logout, init, projects, org management, and test results.
- [Build parallelism in Depot](https://depot.dev/docs/container-builds/build-parallelism.md) - 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.md) - Build native Docker Arm images or multi-platform Docker images without emulation.
- [Build autoscaling](https://depot.dev/docs/container-builds/how-to-guides/autoscaling.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - Learn how to build container images with Depot that can access private registries.
- [AWS CodeBuild](https://depot.dev/docs/container-builds/integrations/aws-codebuild.md) - 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.md) - Speed up your container builds by using Depot in your existing Bitbucket Pipelines.
- [Buildkite](https://depot.dev/docs/container-builds/integrations/buildkite.md) - Speed up your container builds by using Depot in your existing Buildkite Pipelines.
- [CircleCI](https://depot.dev/docs/container-builds/integrations/circleci.md) - Get faster container builds with persistent caching and zero emulation in CircleCI
- [Container builds in Depot CI](https://depot.dev/docs/container-builds/integrations/depot-ci.md) - Get faster container builds with persistent caching and zero emulation in Depot CI workflows.
- [Fly.io](https://depot.dev/docs/container-builds/integrations/fly.md) - 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.md) - Get faster container builds with persistent caching and zero emulation in GitHub Actions
- [GitLab CI](https://depot.dev/docs/container-builds/integrations/gitlab-ci.md) - 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.md) - 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.md) - Speed up your container builds by using Depot in your existing Jenkins Pipeline.
- [Travis CI](https://depot.dev/docs/container-builds/integrations/travis-ci.md) - Get faster container image builds from your existing Travis CI workflow.
- [Container build logs](https://depot.dev/docs/container-builds/observability/container-build-logs.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - A sample optimal pnpm Dockerfile for Node.js from us at Depot
- [Optimal Dockerfiles](https://depot.dev/docs/container-builds/optimal-dockerfiles/overview.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - 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.md) - A sample optimal Dockerfile for building images for Rust applications from us at Depot.
- [Depot container builds](https://depot.dev/docs/container-builds/overview.md) - 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.md) - 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.md) - Common errors and how to resolve them when building container images with Depot.
- [Environment variables](https://depot.dev/docs/environment-variables.md) - Reference for user-facing environment variables used by Depot products and integrations.
- [Access private resources from Depot runners](https://depot.dev/docs/github-actions/how-to-guides/access-private-resources.md) - 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.md) - 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.md) - Accelerate your Dagger Engine builds with Depot Runners
- [Dependabot](https://depot.dev/docs/github-actions/integrations/dependabot.md) - 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.md) - 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.md) - View GitHub Actions metrics, identify slow jobs, optimize runner sizes, and debug failures using Depot's analytics dashboard.
- [GitHub Actions test results](https://depot.dev/docs/github-actions/observability/github-actions-test-results.md) - Report JUnit XML test results from GitHub Actions jobs to Depot and view inline results per job plus an org-wide analytics dashboard from the Depot dashboard.
- [Depot GitHub Actions runners](https://depot.dev/docs/github-actions/overview.md) - 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.md) - 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.md) - Depot offers several different types of GitHub Actions runners, depending on your needs.
- [Troubleshooting GitHub Actions runners](https://depot.dev/docs/github-actions/troubleshooting.md) - Solutions for common issues when using Depot-hosted GitHub Actions runners.
- [Tailscale](https://depot.dev/docs/integrations/tailscale.md) - 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.md) - 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.md) - 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.md) - 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.md) - View monthly usage metrics across all Depot services including billable minutes, storage, and resource consumption.
- [Depot Registry](https://depot.dev/docs/registry/overview.md) - 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.
- [Pull-through cache](https://depot.dev/docs/registry/pull-through-cache.md) - Configure Depot Registry as a pull-through cache in front of an external registry to speed up CI, distribute images globally, and simplify private registry access.
- [Quickstart for Depot Registry](https://depot.dev/docs/registry/quickstart.md) - 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.md) - Overview of Depot architecture and security.
- [Troubleshooting](https://depot.dev/docs/troubleshooting.md) - 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.md) 
- [Accelerating builds: Improving EC2 boot time from 4s to 2.8s](https://depot.dev/blog/accelerating-builds-improve-ec2-boot-time.md) 
- [Accelerating your test suite in CI](https://depot.dev/blog/accelerating-test-suites.md) 
- [Announcing Depot Metal](https://depot.dev/blog/announcing-depot-metal.md) 
- [Now available: A Depot plugin for asdf](https://depot.dev/blog/asdf-depot-plugin.md) 
- [The best CI provider for fast Docker builds](https://depot.dev/blog/best-ci-for-docker.md) 
- [Building and Caching Docker Images in Bitbucket Pipelines](https://depot.dev/blog/bitbucket-pipelines-docker-build-limitations.md) 
- [Pulling containers faster with eStargz](https://depot.dev/blog/booting-containers-faster-with-estargz.md) 
- [Now available: Build autoscaling for everyone](https://depot.dev/blog/build-autoscaling-now-generally-available.md) 
- [How to debug your Docker build context with Depot](https://depot.dev/blog/build-context.md) 
- [Building Docker Images in CircleCI with Depot](https://depot.dev/blog/build-docker-images-in-circleci.md) 
- [Building Docker Images in GitLab CI with Depot](https://depot.dev/blog/build-docker-images-in-gitlab-ci.md) 
- [Depot Build Insights: Better visibility into your builds](https://depot.dev/blog/build-insights.md) 
- [New build summary link and a refreshed UI](https://depot.dev/blog/build-summary-details.md) 
- [Easily generate SBOMs for every build with Depot](https://depot.dev/blog/build-with-sboms.md) 
- [How to build Arm and multi-architecture containers today](https://depot.dev/blog/building-arm-containers.md) 
- [Building Depot CI with Lambda durable functions](https://depot.dev/blog/building-ci-with-durable-lambda.md) 
- [Building containers from scratch: Layers](https://depot.dev/blog/building-container-layers-from-scratch.md) 
- [Building Images: Gzip vs Zstd](https://depot.dev/blog/building-images-gzip-vs-zstd.md) 
- [BuildKit in depth: Docker's build engine explained](https://depot.dev/blog/buildkit-in-depth.md) 
- [Faster image builds from Buildkite pipelines with Depot](https://depot.dev/blog/buildkite-integration.md) 
- [Buildx bake deep dive: Bake all your images with one command](https://depot.dev/blog/buildx-bake-deep-dive.md) 
- [Build all of your Docker images concurrently from a file with bake](https://depot.dev/blog/buildx-bake-with-depot.md) 
- [Now available: Cache statistics](https://depot.dev/blog/cache-stats.md) 
- [Depot Cache v2: Faster builds and new features](https://depot.dev/blog/cache-v2-faster-builds.md) 
- [What we need from CI for agentic engineering](https://depot.dev/blog/ci-for-agentic-engineering.md) 
- [Now available: CircleCI OIDC for Depot builds](https://depot.dev/blog/circleci-oidc.md) 
- [Faster Claude Code agents in GitHub Actions](https://depot.dev/blog/claude-code-in-github-actions.md) 
- [Collaborating with Claude on docs](https://depot.dev/blog/collaborate-with-claude-on-docs.md) 
- [Comparing GitHub Actions and Depot runners for 2x faster builds](https://depot.dev/blog/comparing-github-actions-and-depot-runners-for-2x-faster-builds.md) 
- [Now available: Cache retention policies for GitHub Actions & Depot Cache](https://depot.dev/blog/configuring-cache-retention-on-depot.md) 
- [Knowledge share: Insights from our container builds outages at the start of December](https://depot.dev/blog/container-builds-incident.md) 
- [Container security at scale: Building untrusted images safely](https://depot.dev/blog/container-security-at-scale-building-untrusted-images-safely.md) 
- [Context isolation in coding agent loops](https://depot.dev/blog/context-isolation-in-coding-agent-loops.md) 
- [Now available: Connect Cycle.io to Depot for faster container image builds](https://depot.dev/blog/cycle-integration-with-depot.md) 
- [Now available: Dagger Functions for Depot](https://depot.dev/blog/dagger-functions-for-depot.md) 
- [What we learned accelerating 100 million builds in 2025](https://depot.dev/blog/depot-2025-recap.md) 
- [Depot AI: A free open-source Docker registry for public AI models](https://depot.dev/blog/depot-ai.md) 
- [Now available: Detailed Depot usage and GitHub Actions analytics](https://depot.dev/blog/depot-and-github-actions-usage.md) 
- [Now available: Depot API](https://depot.dev/blog/depot-api.md) 
- [Depot is now available in the AWS Marketplace](https://depot.dev/blog/depot-aws-marketplace.md) 
- [Now available: Depot ephemeral registry for bake](https://depot.dev/blog/depot-bake-ephemeral-registry.md) 
- [Depot is now a member of the CNCF](https://depot.dev/blog/depot-cncf.md) 
- [Now available: Configure Docker to run builds with Depot by default](https://depot.dev/blog/depot-configure-docker.md) 
- [Depot documentation is now open source](https://depot.dev/blog/depot-docs-now-open-source.md) 
- [Building a custom Envoy discovery service for Depot](https://depot.dev/blog/depot-envoy-discovery-service.md) 
- [Now available: Depot ephemeral registries](https://depot.dev/blog/depot-ephemeral-registry.md) 
- [Introducing Depot managed GitHub Actions Runners](https://depot.dev/blog/depot-github-actions-runners.md) 
- [How Depot speeds up Docker builds](https://depot.dev/blog/depot-magic-explained.md) 
- [We've raised a $10M Series A from Felicis, Y Combinator, and Pioneer Fund](https://depot.dev/blog/depot-raises-series-a.md) 
- [Depot is now SOC 2 compliant](https://depot.dev/blog/depot-soc-2.md) 
- [Track your Depot usage across your organization](https://depot.dev/blog/depot-usage.md) 
- [Now available: Use Dagger with Depot](https://depot.dev/blog/depot-with-dagger.md) 
- [Now available: Use Docker Compose with Depot](https://depot.dev/blog/depot-with-docker-compose.md) 
- [Now available: Depot Wrapped 2025](https://depot.dev/blog/depot-wrapped-2025.md) 
- [Introducing Developer Experience at Depot](https://depot.dev/blog/devex-at-depot-introduction.md) 
- [Dialogues in DevEx: A Conversation with Annabelle Thomas Taylor](https://depot.dev/blog/devex-dialogues-annabelle-thomas-taylor.md) 
- [Dialogues in DevEx: A Conversation with Dan Davidson](https://depot.dev/blog/devex-dialogues-dan-davidson.md) 
- [Dialogues in DevEx: A Conversation with Iris Scholten](https://depot.dev/blog/devex-dialogues-iris-scholten.md) 
- [Dialogues in DevEx: A Conversation with Nic Pegg](https://depot.dev/blog/devex-dialogues-nic-pegg.md) 
- [Developer Experience: Past, Present & Future](https://depot.dev/blog/devex-past-present-future.md) 
- [DevOps to finance: Explaining CI costs to your CFO](https://depot.dev/blog/devops-to-finance-explaining-ci-costs-to-your-cfo.md) 
- [The differences between QEMU microvm and Cloud Hypervisor](https://depot.dev/blog/differences-between-qemu-and-cloud-hypervisor.md) 
- [How I run distributed Rust fuzzing in GitHub Actions](https://depot.dev/blog/distributed-rust-fuzzing.md) 
- [Faster Docker builds for Arm without emulation](https://depot.dev/blog/docker-arm.md) 
- [Depot Build API: build Docker images as a service](https://depot.dev/blog/docker-build-api.md) 
- [The fundamentals of building a Docker image](https://depot.dev/blog/docker-build-fundamentals.md) 
- [The complete guide to getting started with building Docker images](https://depot.dev/blog/docker-build-image.md) 
- [How to build an image without the Docker cache](https://depot.dev/blog/docker-build-no-cache.md) 
- [Docker buildx explained](https://depot.dev/blog/docker-buildx-explained.md) 
- [How to clear Docker cache and free up space on your system](https://depot.dev/blog/docker-clear-cache.md) 
- [How to use Docker layer caching in GitHub Actions](https://depot.dev/blog/docker-layer-caching-in-github-actions.md) 
- [Faster Docker image builds in Cloud Build with layer caching](https://depot.dev/blog/docker-layer-caching-in-google-cloud-build.md) 
- [Docker multi-stage builds explained](https://depot.dev/blog/docker-multi-stage-builds.md) 
- [Tidy up with docker system prune](https://depot.dev/blog/docker-system-prune.md) 
- [Our favorite Docker tools](https://depot.dev/blog/docker-tools.md) 
- [Introducing the Dockerfile Explorer](https://depot.dev/blog/dockerfile-explorer.md) 
- [Lint a Dockerfile on every build](https://depot.dev/blog/dockerfile-lint-on-build.md) 
- [Top 10 common Dockerfile linting issues](https://depot.dev/blog/dockerfile-linting-issues.md) 
- [A recap of Depot Drop Week #01](https://depot.dev/blog/drop-week-01.md) 
- [Failure fingerprints: Comparing test failures over time](https://depot.dev/blog/failure-fingerprints.md) 
- [Fast Dockerfiles: theory and practice](https://depot.dev/blog/fast-dockerfiles-theory-and-practice.md) 
- [Faster Bazel builds with remote cache](https://depot.dev/blog/faster-bazel-builds-with-remote-cache.md) 
- [Build Docker images faster using build cache](https://depot.dev/blog/faster-builds-with-docker-caching.md) 
- [8x faster queries with PlanetScale Metal](https://depot.dev/blog/faster-database-with-planetscale-metal.md) 
- [Faster Docker image builds in AWS CodeBuild](https://depot.dev/blog/faster-docker-image-builds-in-aws-codebuild.md) 
- [Making EC2 boot time 8x faster](https://depot.dev/blog/faster-ec2-boot-time.md) 
- [Faster GitHub Actions with Depot](https://depot.dev/blog/faster-github-actions.md) 
- [Faster Gradle builds with remote cache](https://depot.dev/blog/faster-gradle-builds-with-remote-cache.md) 
- [Fly builds, now with Depot](https://depot.dev/blog/fly-builds-powered-by-depot.md) 
- [From Go code to container image with Depot API](https://depot.dev/blog/from-go-code-to-container-image-with-depot-api.md) 
- [Git is really cool, actually](https://depot.dev/blog/git-is-really-cool-actually.md) 
- [How we launch GitHub Actions runners in 5 seconds](https://depot.dev/blog/github-actions-breaking-five-second-barrier.md) 
- [We reverse-engineered the GitHub Actions cache so you don't have to](https://depot.dev/blog/github-actions-cache.md) 
- [Now available: GitHub Actions cache management](https://depot.dev/blog/github-actions-cache-management.md) 
- [GPUs now available for Depot GitHub Actions runners](https://depot.dev/blog/github-actions-gpus-now-available.md) 
- [Running GitHub Actions jobs in a container built with Depot](https://depot.dev/blog/github-actions-jobs-in-a-container.md) 
- [How to leverage GitHub Actions matrix strategy](https://depot.dev/blog/github-actions-matrix-strategy.md) 
- [Run Depot builds on forks of open-source projects with GitHub Actions](https://depot.dev/blog/github-actions-oss-fork-builds.md) 
- [GitHub Actions Runner architecture: The listener](https://depot.dev/blog/github-actions-runner-architecture-part-1-the-listener.md) 
- [Now available: GitHub Actions Runners settings](https://depot.dev/blog/github-actions-runner-settings.md) 
- [Real time visualization and monitoring of GitHub Actions Runners & Jobs](https://depot.dev/blog/github-actions-runners-visualization.md) 
- [From Go Code to Container Image with Depot API](https://depot.dev/blog/go-code-to-container-depot-api.md) 
- [Go 1.24 remote caching explained](https://depot.dev/blog/go-remote-cache.md) 
- [Graceful Shutdown in Go](https://depot.dev/blog/graceful-shutdown-in-go.md) 
- [A practical guide to debugging GitHub Actions](https://depot.dev/blog/guide-to-debugging-github-actions.md) 
- [Guide to faster Rust builds in CI](https://depot.dev/blog/guide-to-faster-rust-builds-in-ci.md) 
- [The hidden cost of self hosting CI runners](https://depot.dev/blog/hidden-cost-of-self-hosting-ci-runners.md) 
- [How BuildKit Parallelizes Your Builds](https://depot.dev/blog/how-buildkit-parallelizes-your-builds.md) 
- [How I make support suck less](https://depot.dev/blog/how-i-make-support-suck-less.md) 
- [Overmind uses Depot to build Dev Containers 10x faster](https://depot.dev/blog/how-overmind-got-10x-faster-dev-container-builds.md) 
- [How simulations reduce the guesswork in our infrastructure decisions](https://depot.dev/blog/how-simulations-reduce-guesswork.md) 
- [How support shapes the product at Depot](https://depot.dev/blog/how-support-shapes-the-product-at-depot.md) 
- [Deploy to Fly using a Depot builder](https://depot.dev/blog/how-to-build-with-depot-on-fly.md) 
- [How to calculate your real GitHub Actions usage in minutes](https://depot.dev/blog/how-to-calculate-github-actions-usage.md) 
- [How to reduce CI/CD costs: Complete optimization checklist](https://depot.dev/blog/how-to-reduce-cicd-costs-complete-optimization-guide.md) 
- [How to reduce your Docker image size](https://depot.dev/blog/how-to-reduce-your-docker-image-size.md) 
- [How to use BuildKit cache mounts in CI providers](https://depot.dev/blog/how-to-use-buildkit-cache-mounts-in-ci.md) 
- [How to use cache mounts to speed up Docker builds](https://depot.dev/blog/how-to-use-cache-mount-to-speed-up-docker-builds.md) 
- [How to use Depot to build Docker images in your monorepo](https://depot.dev/blog/how-to-use-depot-in-monorepos.md) 
- [How to use Depot to build your containers faster for Fly.io](https://depot.dev/blog/how-to-use-depot-with-fly.md) 
- [How we automated GitHub Actions Runner updates with Claude](https://depot.dev/blog/how-we-automated-github-actions-runner-updates-with-claude.md) 
- [How we built Depot Wrapped 2025](https://depot.dev/blog/how-we-built-depot-wrapped.md) 
- [Windmill.dev builds multi-platform Docker images faster with Depot](https://depot.dev/blog/how-windmill-got-13x-faster-docker-builds.md) 
- [Speed up CI by running independent steps in parallel](https://depot.dev/blog/independent-steps-in-parallel.md) 
- [Reducing time-to-start](https://depot.dev/blog/infrastructure-provisioner-v3.md) 
- [Introducing Sherlock: AI assistant for Depot docs](https://depot.dev/blog/introducing-ai-assistant-sherlock.md) 
- [Introducing Depot β€” A faster way to build Docker images](https://depot.dev/blog/introducing-depot.md) 
- [Introducing Depot Cache](https://depot.dev/blog/introducing-depot-cache.md) 
- [Now available: Depot Registry](https://depot.dev/blog/introducing-depot-registry.md) 
- [Introducing Ultra Runners β€” Up to 3x faster GitHub Actions jobs](https://depot.dev/blog/introducing-github-actions-ultra-runners.md) 
- [Introducing GitHub Job Details: Observability for your CI/CD pipeline](https://depot.dev/blog/introducing-github-job-details-observability-for-your-cicd-pipeline.md) 
- [Kysely dialect for PlanetScale](https://depot.dev/blog/kysely-dialect-planetscale.md) 
- [Lambda durable functions: Real implementation notes](https://depot.dev/blog/lambda-durable-implementation.md) 
- [Now available: Larger builder sizes for Depot](https://depot.dev/blog/larger-builders-for-faster-builds.md) 
- [Accelerated local builds, with instant shared cache](https://depot.dev/blog/local-builds.md) 
- [New feature: Login with Google and Microsoft](https://depot.dev/blog/login-with-google-microsoft.md) 
- [Now available: macOS GitHub Actions runners](https://depot.dev/blog/mac-github-actions-runners.md) 
- [A marketer's hour of hell: What I finally get about slow builds](https://depot.dev/blog/marketers-hour-of-hell-slow-builds.md) 
- [Knowledge share: Insights from our major outage on May 8th](https://depot.dev/blog/may-8-outage.md) 
- [Migrating my workflows from GitHub Actions to Depot CI](https://depot.dev/blog/migrate-to-depot-ci.md) 
- [Monorepos: Worth the hype?](https://depot.dev/blog/monorepos-worth-the-hype.md) 
- [How to build multi-platform Docker images in GitHub Actions](https://depot.dev/blog/multi-platform-docker-images-in-github-actions.md) 
- [My intuition doesn't work anymore](https://depot.dev/blog/my-intuition-doesnt-work-anymore.md) 
- [Node 20 deprecation: PSA for Depot users](https://depot.dev/blog/node-20-deprecation-psa-for-depot-users.md) 
- [Now available: Audit logging for improved security](https://depot.dev/blog/now-available-audit-logging-for-improved-security.md) 
- [Now available: Claude Code sessions in Depot](https://depot.dev/blog/now-available-claude-code-sessions-in-depot.md) 
- [Now available: Depot CI](https://depot.dev/blog/now-available-depot-ci.md) 
- [Now available: Depot CI API and CLI](https://depot.dev/blog/now-available-depot-ci-api.md) 
- [Now available: Depot Code in private beta](https://depot.dev/blog/now-available-depot-code-beta.md) 
- [Now available: OCI-compliant Depot Registry](https://depot.dev/blog/now-available-depot-registry-v2.md) 
- [Now available: Depot skills](https://depot.dev/blog/now-available-depot-skills.md) 
- [Now available: Egress filtering for GitHub Actions Runners](https://depot.dev/blog/now-available-egress-filtering-for-github-actions-runners.md) 
- [Now available: Github Actions log search](https://depot.dev/blog/now-available-gha-log-search.md) 
- [Now available: GitHub Actions analytics](https://depot.dev/blog/now-available-github-actions-analytics.md) 
- [Now available: Gocache v2 for improved Golang build performance](https://depot.dev/blog/now-available-gocache-v2-faster-improved-golang-build-performance.md) 
- [Now available: macOS 26 for GitHub Actions runners](https://depot.dev/blog/now-available-macos-26-github-actions.md) 
- [Now available: Nested virtualization support on Depot CI sandboxes](https://depot.dev/blog/now-available-nested-virtualization-on-depot-ci.md) 
- [Now available: Remote agent sandboxes on Depot](https://depot.dev/blog/now-available-remote-agent-sandboxes.md) 
- [Now available: Sherlock can analyze Depot CI workflows and jobs](https://depot.dev/blog/now-available-sherlock-depot-ci-analysis.md) 
- [Now available: SOCI v2 support for Depot container builds](https://depot.dev/blog/now-available-soci-support-for-container-builds.md) 
- [Now available: Step retry in Depot CI](https://depot.dev/blog/now-available-step-retry-depot-ci.md) 
- [Now available: Depot Sandbox SDK](https://depot.dev/blog/now-available-the-depot-sandbox-sdk.md) 
- [Observing Lambda durable functions](https://depot.dev/blog/observing-lambda-durable-functions.md) 
- [Knowledge share: Insights from the us-east-1 outage on October 20th](https://depot.dev/blog/october-20-us-east-1-outage.md) 
- [How to optimize Docker image builds for Depot](https://depot.dev/blog/optimize-for-remote-docker-image-builds.md) 
- [Optimize your Dockerfile for 5x faster builds](https://depot.dev/blog/optimize-your-dockerfile-for-5x-faster-builds.md) 
- [How we got microVMs booting in under a second](https://depot.dev/blog/optimizing-microvm-boot-times.md) 
- [Paranoia is baseline now: Security in the AI era](https://depot.dev/blog/paranoia-is-baseline-now.md) 
- [Scaling Depot: Solving a thundering herd problem](https://depot.dev/blog/planetscale-to-reduce-the-thundering-herd.md) 
- [Now available: Project build timeouts](https://depot.dev/blog/project-build-timeouts.md) 
- [New feature: Select the region for your Depot projects](https://depot.dev/blog/project-region-selection.md) 
- [New feature: project tokens](https://depot.dev/blog/project-tokens.md) 
- [How to reduce the size of a Docker image using dive](https://depot.dev/blog/reducing-image-size-with-dive.md) 
- [How we cut GitHub Actions queue times by 4x](https://depot.dev/blog/reducing-queue-time-with-cached-schemas.md) 
- [How to reuse builds across integration test workflows](https://depot.dev/blog/registry-integration-testing-load-save.md) 
- [Observing serverless applications | AWS re:Invent 2024](https://depot.dev/blog/reinvent-2024-observing-serverless-applications.md) 
- [Remote build caching: The secret to lightning-fast builds](https://depot.dev/blog/remote-build-caching-secret-to-software-builds.md) 
- [Depot CI run visibility in the dashboard](https://depot.dev/blog/run-visibility-depot-ci.md) 
- [Best practice Dockerfile for speedy Rust builds](https://depot.dev/blog/rust-dockerfile-best-practices.md) 
- [Fast Rust builds with sccache and GitHub Actions](https://depot.dev/blog/sccache-in-github-actions.md) 
- [Introducing self-hosted Depot builders](https://depot.dev/blog/self-hosted-depot.md) 
- [Self-hosted GitHub Actions runners aren't free](https://depot.dev/blog/self-hosting-github-actions.md) 
- [How slow builds are costing you money](https://depot.dev/blog/slow-builds-are-costing-you-money.md) 
- [How to speed up your Docker builds](https://depot.dev/blog/speed-up-docker-builds.md) 
- [Staying in control of your codebase in the AI era](https://depot.dev/blog/staying-in-control-of-your-codebase-in-the-ai-era.md) 
- [Now available: Connect Depot to your Tailscale tailnet](https://depot.dev/blog/tailscale-integration.md) 
- [Now available: Sherlock can analyze your builds and CI](https://depot.dev/blog/teaching-sherlock-new-tricks.md) 
- [The bottleneck has shifted from writing code to integrating it](https://depot.dev/blog/the-bottleneck-has-shifted.md) 
- [The end of push-wait-guess CI](https://depot.dev/blog/the-end-of-push-wait-guess-ci.md) 
- [Troubleshooting GitHub Actions with self-hosted runners](https://depot.dev/blog/troubleshooting-github-actions-unexpected-behaviors.md) 
- [Turbo Builders are now available](https://depot.dev/blog/turbo-builders.md) 
- [The ultimate guide to Docker build cache](https://depot.dev/blog/ultimate-guide-to-docker-build-cache.md) 
- [macOS GitHub Actions Runners are now twice as fast](https://depot.dev/blog/ultra-runners-for-macos.md) 
- [Uncovering Disk I/O Bottlenecks in GitHub Actions](https://depot.dev/blog/uncovering-disk-io-bottlenecks-github-actions-ci.md) 
- [Now available: Usage caps](https://depot.dev/blog/usage-caps.md) 
- [Using AI as my engineering copilot (not autopilot)](https://depot.dev/blog/using-ai-as-my-engineering-copilot-not-autopilot.md) 
- [How we use PostHog to keep our AI assistant on track](https://depot.dev/blog/using-posthog-to-keep-sherlock-on-track.md) 
- [We analyzed 66,821 GitHub Actions runs: 9 hidden gems you're missing](https://depot.dev/blog/we-analyzed-66821-github-actions-runs.md) 
- [We hire people who care about their work](https://depot.dev/blog/we-hire-people-who-care-about-their-work.md) 
- [We instrumented GitHub Actions. Here's what GitHub won't show you.](https://depot.dev/blog/we-instrumented-github-actions.md) 
- [What are Docker layers anyway?](https://depot.dev/blog/what-are-docker-layers.md) 
- [What is a tar file?](https://depot.dev/blog/what-is-a-tar-file.md) 
- [What technical writers actually do at startups](https://depot.dev/blog/what-technical-writers-do-at-startups.md) 
- [What we learned optimizing EC2 macOS build performance](https://depot.dev/blog/what-we-learned-optimizing-ec2-macos-build-performance.md) 
- [Why 98.5% of organizations have slow actions/checkout](https://depot.dev/blog/why-organizations-have-slow-actions-checkout.md) 
- [Why platform teams are focused on CI/CD optimization](https://depot.dev/blog/why-platform-teams-are-focused-on-ci-cd-optimization.md) 
- [Why you should avoid COPY --link in your Dockerfile](https://depot.dev/blog/why-you-should-avoid-copy-link-in-your-dockerfile.md) 
- [Why your team processes suck](https://depot.dev/blog/why-your-team-processes-suck.md) 
- [Now available: Windows GitHub Actions runners](https://depot.dev/blog/windows-github-actions-runners.md) 

## Changelog

- [Depot CLI v0.1.0](https://depot.dev/changelog/2022-05-14-depot-cli-0-1-0.md) 
- [depot/build-push-action GitHub Action](https://depot.dev/changelog/2022-05-16-build-push-action.md) 
- [Docs, docs, docs](https://depot.dev/changelog/2022-05-31-docs.md) 
- [Self-hosted Depot builders](https://depot.dev/changelog/2022-06-14-self-hosted-builders.md) 
- [Project Tokens](https://depot.dev/changelog/2022-06-21-project-tokens.md) 
- [Stability fixes](https://depot.dev/changelog/2022-07-28-stability-fixes.md) 
- [Self-hosted Depot builders](https://depot.dev/changelog/2022-07-31-self-hosted-builders.md) 
- [New collaboration blog post with PostHog](https://depot.dev/changelog/2022-08-05-posthog-blog-post.md) 
- [Self-hosted Depot builders are now available](https://depot.dev/changelog/2022-08-18-self-hosted-builders.md) 
- [Updated docs and doc search](https://depot.dev/changelog/2022-08-19-updated-docs.md) 
- [Further stability improvements](https://depot.dev/changelog/2022-09-16-stability-improvements.md) 
- [depot CLI is now at v1.0.0](https://depot.dev/changelog/2022-09-22-depot-cli-1-0-0.md) 
- [New GitLab CI integration](https://depot.dev/changelog/2022-09-28-gitlab-ci-integration.md) 
- [Login with Google and Microsoft](https://depot.dev/changelog/2022-10-30-oauth-login.md) 
- [Company updates](https://depot.dev/changelog/2022-10-31-company-updates.md) 
- [Faster image builds inside Bitbucket Pipelines](https://depot.dev/changelog/2022-11-09-bitbucket-guide.md) 
- [Use depot as an asdf plugin](https://depot.dev/changelog/2022-11-11-asdf-plugin.md) 
- [Platform upgrade](https://depot.dev/changelog/2022-11-28-platform-upgrade.md) 
- [New CI-focused onboarding](https://depot.dev/changelog/2022-11-29-new-onboarding.md) 
- [Depot joins Y Combinator](https://depot.dev/changelog/2022-12-07-y-combinator-launch.md) 
- [Select the region for your Depot project](https://depot.dev/changelog/2022-12-12-region-selection.md) 
- [More docs updates](https://depot.dev/changelog/2022-12-28-docs-updates.md) 
- [Depot Community on Discord πŸŽ‰](https://depot.dev/changelog/2023-01-07-discord-community.md) 
- [depot CLI v1.6.0 is now available](https://depot.dev/changelog/2023-01-27-depot-cli-1-6-0.md) 
- [depot/bake-action GitHub Action](https://depot.dev/changelog/2023-01-31-bake-action.md) 
- [Depot API is now in private beta](https://depot.dev/changelog/2023-02-07-api-private-beta.md) 
- [Depot builds Mastodon multi-platform images 53x faster](https://depot.dev/changelog/2023-02-15-mastodon-benchmark.md) 
- [Turbo builders are now available](https://depot.dev/changelog/2023-02-24-turbo-builders.md) 
- [New landing page](https://depot.dev/changelog/2023-02-28-new-landing-page.md) 
- [Cache statistics and insights ⚑](https://depot.dev/changelog/2023-03-17-cache-statistics.md) 
- [Buildkite integration with OIDC support](https://depot.dev/changelog/2023-03-31-buildkite.md) 
- [depot CLI v2.7.2 released πŸŽ‰](https://depot.dev/changelog/2023-03-31-depot-cli-2-7-2.md) 
- [YC W23 Demo Day πŸš€](https://depot.dev/changelog/2023-04-03-y-combinator.md) 
- [Improved billing details](https://depot.dev/changelog/2023-04-10-billing-details.md) 
- [GitHub Action updates](https://depot.dev/changelog/2023-04-18-github-actions.md) 
- [Kysely dialect for PlanetScale](https://depot.dev/changelog/2023-04-24-kysely-dialect.md) 
- [depot CLI v2.10.0 is now available πŸŽ‰](https://depot.dev/changelog/2023-05-01-depot-cli-2-10-0.md) 
- [Improved layer hashing performance for large layers](https://depot.dev/changelog/2023-05-01-improved-hashing.md) 
- [Depot docs are now open-source](https://depot.dev/changelog/2023-05-02-docs-open-source.md) 
- [Local builds with instant cache sharing](https://depot.dev/changelog/2023-05-17-local-builds.md) 
- [Product Hunt launch and Show HN πŸŽ‰](https://depot.dev/changelog/2023-05-23-hacker-news-product-hunt.md) 
- [depot CLI v2.17.2 is now available](https://depot.dev/changelog/2023-05-31-depot-cli-2-17-2.md) 
- [Lint any Dockerfile during any Docker image build](https://depot.dev/changelog/2023-05-31-lint.md) 
- [Control self-hosted builders from the Project Settings](https://depot.dev/changelog/2023-06-05-reset-machines.md) 
- [Updated build visualization UI ⚑](https://depot.dev/changelog/2023-06-06-build-ui.md) 
- [New integration guide for Jenkins](https://depot.dev/changelog/2023-06-20-jenkins-guide.md) 
- [The Depot API is now public πŸŽ‰](https://depot.dev/changelog/2023-06-21-depot-api.md) 
- [Upgrade to depot CLI v2.21.0](https://depot.dev/changelog/2023-06-29-depot-cli-2-21-0.md) 
- [Cache Storage V2](https://depot.dev/changelog/2023-07-17-cache-storage-v2.md) 
- [Announcing depot.ai](https://depot.dev/changelog/2023-07-18-depot-ai.md) 
- [Llama 2 πŸ¦™ added to the registry](https://depot.dev/changelog/2023-07-19-llama-2.md) 
- [Added support for open-source pull request builds](https://depot.dev/changelog/2023-07-19-open-source-pull-requests.md) 
- [New Docker CLI plugin and GitHub Action](https://depot.dev/changelog/2023-07-27-depot-configure-docker.md) 
- [Semgrep integration with --lint](https://depot.dev/changelog/2023-08-01-semgrep-integration-with-lint.md) 
- [Depot is now a member of the CNCF](https://depot.dev/changelog/2023-08-10-depot-cncf.md) 
- [New buildx driver for Depot πŸŽ‰](https://depot.dev/changelog/2023-08-11-buildx-driver-for-depot.md) 
- [New integration guides for docker build and Dev Containers](https://depot.dev/changelog/2023-08-11-new-integration-guide-for-docker-build.md) 
- [Build minute usage caps](https://depot.dev/changelog/2023-08-31-build-minute-usage-caps.md) 
- [New logo & branding](https://depot.dev/changelog/2023-09-01-new-branding.md) 
- [Use CircleCI OIDC for builds](https://depot.dev/changelog/2023-09-07-circleci-oidc.md) 
- [@depot/cli Node.js package](https://depot.dev/changelog/2023-09-15-npm-package.md) 
- [Language & framework guides](https://depot.dev/changelog/2023-09-20-language-framework-guides.md) 
- [Depot CLI v2.38.1](https://depot.dev/changelog/2023-09-27-depot-cli-2-38-1.md) 
- [Build Insights](https://depot.dev/changelog/2023-10-16-build-insights.md) 
- [SBOMs](https://depot.dev/changelog/2023-10-17-sboms.md) 
- [Track your usage](https://depot.dev/changelog/2023-10-18-track-your-usage.md) 
- [Infrastructure Provisoner v3](https://depot.dev/changelog/2023-10-19-infrastructure-provisioner-v3.md) 
- [AWS Marketplace Billing](https://depot.dev/changelog/2023-10-20-aws-marketplace.md) 
- [Dockerfile Explorer](https://depot.dev/changelog/2023-10-20-dockerfile-explorer.md) 
- [Depot CLI v2.45.5](https://depot.dev/changelog/2023-10-30-depot-cli-2-45-5.md) 
- [Save a build in a temporary registry (beta)](https://depot.dev/changelog/2023-11-15-temporary-registry.md) 
- [AWS CodeBuild integration guide](https://depot.dev/changelog/2023-11-21-aws-codebuild-integration.md) 
- [Logs view enhancements](https://depot.dev/changelog/2023-11-24-logs-view-enhancements.md) 
- [Trust policies in the Depot API](https://depot.dev/changelog/2023-11-27-trust-policies.md) 
- [Ephemeral registries](https://depot.dev/changelog/2023-12-06-ephemeral-registries.md) 
- [New depot/pull-action GitHub Action](https://depot.dev/changelog/2023-12-07-github-action.md) 
- [Debug your build context](https://depot.dev/changelog/2023-12-15-debug-build-context.md) 
- [depot CLI v2.49.0](https://depot.dev/changelog/2023-12-20-depot-cli-2-49-0.md) 
- [depot CLI v2.53.0](https://depot.dev/changelog/2024-01-31-depot-cli-2-53-0.md) 
- [Filter your Docker build logs](https://depot.dev/changelog/2024-02-12-logs-view-facets.md) 
- [Now in beta: Depot managed GitHub Action Runners](https://depot.dev/changelog/2024-02-19-github-action-runners.md) 
- [depot CLI v2.54.1](https://depot.dev/changelog/2024-02-26-depot-cli-2-54-1.md) 
- [depot bake now has targeted load 🀩](https://depot.dev/changelog/2024-03-04-depot-bake-targeted-load.md) 
- [Depot ephemeral registry now available for depot bake](https://depot.dev/changelog/2024-03-11-ephemeral-registry-for-depot-bake.md) 
- [Integrate with RWX via OIDC trust relationships](https://depot.dev/changelog/2024-03-15-mint-oidc-trust-relationship.md) 
- [depot pull-token now available](https://depot.dev/changelog/2024-03-18-pull-token-support.md) 
- [Daggerverse module for Depot v1.1.0 now available](https://depot.dev/changelog/2024-03-26-depot-daggerverse-1-1-0.md) 
- [Best practice Dockerfile for Rust](https://depot.dev/changelog/2024-03-30-rust-dockerfile.md) 
- [Depot GitHub Actions Runners for ARM now in beta](https://depot.dev/changelog/2024-04-08-github-actions-runners-for-arm-beta.md) 
- [New Contact us pane for faster Depot support](https://depot.dev/changelog/2024-04-14-contact-us-pane.md) 
- [AWS PrivateLink now available for Depot remote container builds](https://depot.dev/changelog/2024-04-20-aws-privatelink-now-available.md) 
- [Increased disk sizes for GitHub Actions runners](https://depot.dev/changelog/2024-04-22-increased-disk-sizes-for-github-actions-runners.md) 
- [New Fly.io integration guide](https://depot.dev/changelog/2024-05-05-fly-io-integration-guide.md) 
- [New GitHub Actions Runners sizes now available in Depot](https://depot.dev/changelog/2024-05-14-smaller-and-larger-github-actions-runners.md) 
- [New API endpoints for managing project tokens](https://depot.dev/changelog/2024-05-20-project-token-api-endpoints.md) 
- [Nydus support now in beta for Docker image builds](https://depot.dev/changelog/2024-05-24-nydus-support-in-beta.md) 
- [depot bake can now build with multiple projects in parallel](https://depot.dev/changelog/2024-06-07-depot-cli-bake-multiple-projects.md) 
- [New Depot dashboard UI](https://depot.dev/changelog/2024-06-11-new-depot-dashboard.md) 
- [View and delete GitHub Actions cache entries](https://depot.dev/changelog/2024-06-20-github-actions-cache-management.md) 
- [Now in beta: I/O-optimized GitHub Actions runners](https://depot.dev/changelog/2024-06-21-io-optimized-github-actions-runner-beta.md) 
- [depot CLI v2.70.0](https://depot.dev/changelog/2024-06-30-depot-cli-2-70-0.md) 
- [Purge your GitHub Actions cache](https://depot.dev/changelog/2024-07-12-purge-github-actions-cache.md) 
- [Streamlined Onboarding](https://depot.dev/changelog/2024-07-12-streamlined-onboarding.md) 
- [Now in beta: Ubuntu 24.04 GitHub Actions runners](https://depot.dev/changelog/2024-07-12-ubuntu-24-04-github-actions-runner-beta.md) 
- [depot CLI v2.72.0](https://depot.dev/changelog/2024-07-15-depot-cli-2-72-0.md) 
- [Usage caps for GitHub Actions minutes](https://depot.dev/changelog/2024-07-15-github-actions-usage-caps.md) 
- [Download detailed usage reports](https://depot.dev/changelog/2024-07-24-detailed-usage-reports.md) 
- [Bulk delete GitHub Cache entries](https://depot.dev/changelog/2024-08-24-gha-cache-bulk-delete.md) 
- [depot CLI v2.75.0](https://depot.dev/changelog/2024-08-27-depot-cli-2-75-0.md) 
- [Project build health over the past 30 builds](https://depot.dev/changelog/2024-09-11-project-build-health.md) 
- [Support for build platforms in Compose files](https://depot.dev/changelog/2024-09-12-build-platforms-support-in-compose.md) 
- [New best practice Dockerfiles for Python](https://depot.dev/changelog/2024-09-19-new-python-guides.md) 
- [Depot Cache Explorer](https://depot.dev/changelog/2024-10-07-depot-cache-explorer.md) 
- [Sharing builds with other users](https://depot.dev/changelog/2024-10-23-build-sharing.md) 
- [Debug GitHub Actions queue timings](https://depot.dev/changelog/2024-11-14-github-actions-queue-time.md) 
- [Cache usage updates](https://depot.dev/changelog/2024-12-07-cache-usage-updates.md) 
- [Download cache files](https://depot.dev/changelog/2025-01-22-download-cache-files.md) 
- [Force-terminate GitHub Actions jobs](https://depot.dev/changelog/2025-01-22-force-terminate-github-actions-jobs.md) 
- [Connect multiple GitHub organizations to a single Depot organization](https://depot.dev/changelog/2025-02-17-connect-multiple-github-organizations.md) 
- [depot-ubuntu-latest now uses Ubuntu 24.04](https://depot.dev/changelog/2025-02-20-ubuntu-latest-is-now-v24.md) 
- [Filter builds and GitHub Actions jobs](https://depot.dev/changelog/2025-02-24-filter-builds-and-github-actions-jobs.md) 
- [Depot Cache now supports Go cache](https://depot.dev/changelog/2025-03-03-gocacheprog.md) 
- [depot CLI v2.84.0](https://depot.dev/changelog/2025-03-10-depot-cli-2-84-0.md) 
- [Added RegistryService to the API](https://depot.dev/changelog/2025-03-20-registry-service.md) 
- [Depot Cache now supports Maven](https://depot.dev/changelog/2025-05-07-depot-cache-maven-support.md) 
- [Reset BuildKit machines in Depot](https://depot.dev/changelog/2025-05-21-reset-container-build-machines.md) 
- [depot CLI v2.87.0](https://depot.dev/changelog/2025-06-10-depot-push-env-var-auth.md) 
- [Dependabot now runs on Depot GitHub Actions runners](https://depot.dev/changelog/2025-06-24-dependabot-support.md) 
- [New depot cargo command for accelerated Rust builds](https://depot.dev/changelog/2025-06-30-depot-cargo-command.md) 
- [depot CLI v2.95.0](https://depot.dev/changelog/2025-07-15-depot-switch-orgs-delete-projects.md) 
- [Filter GitHub Actions Jobs by status, repo, and runner](https://depot.dev/changelog/2025-07-28-filter-github-actions-jobs.md) 
- [depot CLI v2.99.0](https://depot.dev/changelog/2025-08-25-depot-cli-2-99-0.md) 
- [Push any image into the Depot Registry](https://depot.dev/changelog/2025-08-26-push-any-image-to-depot-registry.md) 
- [macOS 15 is now the default macOS version for GitHub Actions runners](https://depot.dev/changelog/2025-09-12-macos-15-github-actions.md) 
- [Filter registry images by tags](https://depot.dev/changelog/2025-09-12-registry-page-filtering.md) 
- [Get usage data programmatically using the Depot API](https://depot.dev/changelog/2025-09-18-api-usage-service.md) 
- [GitHub Actions cache is now scoped by repository](https://depot.dev/changelog/2025-09-26-repo-scoped-actions-cache.md) 
- [New and updated docs for build parallelism, optimal Dockerfiles, and Depot Cache](https://depot.dev/changelog/2025-10-09-build-parallelism.md) 
- [Pagination for container build history](https://depot.dev/changelog/2025-10-21-build-history-pagination.md) 
- [Search logs across all your GitHub Actions jobs](https://depot.dev/changelog/2025-10-29-github-actions-log-search.md) 
- [Using Depot Cache with Docker Bake and the Depot CLI](https://depot.dev/changelog/2025-10-30-depot-cache-docs.md) 
- [GitHub Actions job history pagination](https://depot.dev/changelog/2025-10-30-github-actions-pagination.md) 
- [New troubleshooting documentation](https://depot.dev/changelog/2025-10-31-troubleshooting-documentation.md) 
- [Resume remote agent sandboxes from the app](https://depot.dev/changelog/2025-11-03-resume-remote-agent-sandboxes.md) 
- [GitHub Actions troubleshooting documentation](https://depot.dev/changelog/2025-11-10-github-actions-troubleshooting.md) 
- [Analytics for GitHub Actions across all your jobs](https://depot.dev/changelog/2025-11-17-github-actions-analytics.md) 
- [CNI isolation enabled for all builds](https://depot.dev/changelog/2025-12-02-cni-isolation-enabled.md) 
- [Filter usage data by project, repo, workflow, and runner](https://depot.dev/changelog/2025-12-06-usage-page-filtering.md) 
- [Platform prefixes for multi-architecture bake builds](https://depot.dev/changelog/2025-12-09-bake-platform-prefixes.md) 
- [Deduplicated label for build steps](https://depot.dev/changelog/2025-12-10-deduplicated-label.md) 
- [Windows Server 2025 GitHub Actions runners now available](https://depot.dev/changelog/2025-12-12-windows-2025-github-actions.md) 
- [Faster x86 GitHub Actions runners](https://depot.dev/changelog/2025-12-17-github-actions-m8a-instances.md) 
- [Depot Wrapped 2025: Your year in review](https://depot.dev/changelog/2025-12-18-depot-wrapped.md) 
- [AI assistant for Depot docs: Sherlock](https://depot.dev/changelog/2025-12-18-sherlock-ai-assistant-for-docs.md) 
- [Resource utilization metrics for container builds](https://depot.dev/changelog/2026-01-12-container-build-resource-utilization.md) 
- [New documentation for observability](https://depot.dev/changelog/2026-01-16-new-docs-for-observability.md) 
- [Filter GitHub Actions analytics by workflow path](https://depot.dev/changelog/2026-01-22-github-actions-workflow-path-filter.md) 
- [Inline build step analytics](https://depot.dev/changelog/2026-02-11-inline-build-step-analytics.md) 
- [Collapse logs by action in GitHub Actions job details](https://depot.dev/changelog/2026-02-12-collapse-github-actions-job-logs.md) 
- [Depot skills for AI coding agents](https://depot.dev/changelog/2026-02-24-depot-skills.md) 
- [Sherlock can now analyze your builds, jobs, and more](https://depot.dev/changelog/2026-03-06-sherlock-expanded-context.md) 
- [Depot CI is now generally available](https://depot.dev/changelog/2026-03-24-depot-ci-now-available.md) 
- [Run Depot CI against a specific branch with --ref](https://depot.dev/changelog/2026-03-25-depot-ci-run-ref-flag.md) 
- [Dynamic job names in Depot CI](https://depot.dev/changelog/2026-03-30-dynamic-job-names-in-ui.md) 
- [Secret files in Depot CI](https://depot.dev/changelog/2026-04-01-depot-ci-secret-files.md) 
- [Depot CI now triggers on Graphite stacked PRs](https://depot.dev/changelog/2026-04-01-graphite-stacked-prs.md) 
- [Reusable workflow improvements in Depot CI](https://depot.dev/changelog/2026-04-02-reusable-workflow-parity.md) 
- [Depot CI now supports case expression in GitHub Actions workflow syntax](https://depot.dev/changelog/2026-04-10-case-expression-support.md) 
- [Browse your Depot Registry with the new registry explorer](https://depot.dev/changelog/2026-04-13-registry-explorer.md) 
- [depot ci run resolves local composite actions before pushing](https://depot.dev/changelog/2026-04-15-ci-run-local-composite-actions.md) 
- [Step summaries and silent steps now visible in Depot CI](https://depot.dev/changelog/2026-04-16-ci-step-summaries.md) 
- [OCI-compliant Depot Registry](https://depot.dev/changelog/2026-04-16-depot-registry-v2.md) 
- [New Depot CI commands: cancel, rerun, retry, and dispatch](https://depot.dev/changelog/2026-04-23-depot-ci-cancel-rerun-retry-dispatch.md) 
- [DEPOT_JOB_URL available in all CI jobs](https://depot.dev/changelog/2026-04-23-depot-job-url.md) 
- [Inspect and filter CI workflows from the CLI](https://depot.dev/changelog/2026-04-30-depot-ci-workflow.md) 
- [Live log streaming and exports for Depot CI](https://depot.dev/changelog/2026-05-06-depot-ci-logs-streaming-and-exports.md) 
- [Registry pull-through cache improvements](https://depot.dev/changelog/2026-05-06-registry-pull-through-and-explorer-updates.md) 
- [New Depot CI metrics command and JSON output for status](https://depot.dev/changelog/2026-05-07-depot-ci-metrics-and-status-json.md) 
- [Diagnose failed CI runs with depot ci diagnose](https://depot.dev/changelog/2026-05-08-depot-ci-diagnose.md) 
- [Depot CI: add variants for secrets and variables](https://depot.dev/changelog/2026-05-11-ci-secrets-variables-variants.md) 
- [New workflow summary page for Depot CI](https://depot.dev/changelog/2026-05-12-depot-ci-workflow-dashboard.md) 
- [Depot CI sandboxes now support nested virtualization](https://depot.dev/changelog/2026-05-20-nested-virtualization-on-depot-ci.md) 
- [macOS 26 is now available in beta for Depot GitHub Actions runners](https://depot.dev/changelog/2026-05-26-macos-26-beta-github-actions.md) 
- [Sherlock can now analyze Depot CI workflows and jobs](https://depot.dev/changelog/2026-05-27-sherlock-depot-ci-analysis.md) 
- [View or copy docs pages as markdown](https://depot.dev/changelog/2026-05-29-markdown-for-docs-and-ai-agents.md) 
- [Depot CI now supports link-local IPv6](https://depot.dev/changelog/2026-06-01-depot-ci-ipv6.md) 
- [Depot CI usage now on the org usage page](https://depot.dev/changelog/2026-06-01-depot-ci-usage.md) 
- [Explore Depot CI activity by repository and workflow](https://depot.dev/changelog/2026-06-01-depot-ci-workflow-explorer.md) 
- [Test results for your CI jobs are now available in beta](https://depot.dev/changelog/2026-06-02-test-results-beta.md) 
- [SSH into Depot CI sandboxes now uses exec.depot.dev](https://depot.dev/changelog/2026-06-03-ssh-exec-host.md) 
- [Depot CI API and CLI are now generally available](https://depot.dev/changelog/2026-06-04-depot-ci-api-cli.md) 
- [macOS 26 for GitHub Actions runners is generally available](https://depot.dev/changelog/2026-06-09-macos-26-github-actions.md) 
- [Durable cache disks for Depot CI jobs are now available in beta](https://depot.dev/changelog/2026-06-10-depot-ci-cache-disk-beta.md) 
- [Native step retries in Depot CI](https://depot.dev/changelog/2026-06-12-depot-ci-step-retry.md) 
- [Sandbox SDK is now available in private beta](https://depot.dev/changelog/2026-06-18-sandbox-sdk-beta.md) 
- [SOCI v2 support for Depot container builds](https://depot.dev/changelog/2026-06-19-soci-support.md) 
- [Depot CI now supports issue comment triggers](https://depot.dev/changelog/2026-06-24-depot-ci-issue-comment-trigger.md) 
- [Snapshot enhancements for Depot CI](https://depot.dev/changelog/2026-06-26-snapshot-enhancements.md) 
- [New Depot CI triggers: repository_dispatch, pull_request_review, and deployment_status](https://depot.dev/changelog/2026-07-01-new-ci-triggers.md) 
- [Datadog CI Visibility for Depot CI in private beta](https://depot.dev/changelog/2026-07-06-datadog-ci-visibility.md) 
- [Depot CI and Sandboxes now run on Depot Metal](https://depot.dev/changelog/2026-07-07-depot-metal.md) 
- [GitLab CI OIDC trust relationships](https://depot.dev/changelog/2026-07-07-gitlab-oidc-trust-relationships.md) 
- [Depot Code is now available in private beta](https://depot.dev/changelog/2026-07-09-depot-code-beta.md) 
- [Depot CI now supports Tailscale](https://depot.dev/changelog/2026-07-10-depot-ci-tailscale.md) 
- [Split CI test suites with historical timing data (beta)](https://depot.dev/changelog/2026-07-15-test-splitting.md) 
- [Follow live logs when you start a Depot CI run](https://depot.dev/changelog/2026-6-28-depot-ci-run-follow.md) 

## Customers

- [How Albacore builds ARM64 containers 6x faster with Depot](https://depot.dev/customers/albacore.md) 
- [How Astral made CI runs up to 4.7x faster with Depot](https://depot.dev/customers/astral.md) 
- [How Bastion cut build times by 6x and halved GitHub Actions spending with Depot](https://depot.dev/customers/bastion.md) 
- [How Hathora uses Depot to power Docker builds for game developers at scale](https://depot.dev/customers/hathora.md) 
- [How Inference ships 4x faster using Depot GitHub Actions runners](https://depot.dev/customers/inference.md) 
- [How Jane cut GitHub Actions costs in half and increased throughput by 25% with Depot](https://depot.dev/customers/jane-app.md) 
- [How Nominal scales CI for AI-driven PRs with Depot](https://depot.dev/customers/nominal.md) 
- [How People Data Labs made their builds 25% faster at a third of the cost with Depot](https://depot.dev/customers/people-data-labs.md) 
- [How PlanetScale scrapped Buildkite and runs CI in half the time with Depot](https://depot.dev/customers/planetscale.md) 
- [How Posthog cut build times by 55x, and continues to ship β€œweirdly fast” with Depot](https://depot.dev/customers/posthog.md) 

Version History

Version 17/15/2026, 11:02:11 PMvalid
68450 bytes

Categories

blognewsdocumentationdocshealthfinance

Visit Website

Explore the original website and see their AI training policy in action.

Visit depot.dev

Content Types

postspagesproductsapidocumentationguides

Recent Access

No recent access

API Access

Canonical URL:
https://llmscentral.com/depot.dev/llms.txt
API Endpoint:
/api/llms?domain=depot.dev
depot.dev - llms.txt File | AI Training Guidelines | LLMS Central