Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,11 @@ Our high-performance caching system is automatically integrated with our GitHub
### How can I track usage of Depot's GitHub Actions runners?

We provide detailed usage analytics for GitHub Actions inside of your Organization Usage page. You can track minutes used, job durations, and other metrics across your entire organization.

### Can I use custom runner images with pre-installed software?

Yes, custom runner AMIs with pre-installed software are available on the Business plan. This is useful if you need specific tools, dependencies, or configurations that aren't included in our standard runner images.

With a custom runner AMI, we maintain a separate image specifically for your organization with your required software pre-installed. This can significantly reduce workflow execution time for dependencies that take time to install.

To request a custom runner AMI, please [contact our team](mailto:[email protected]) with details about your requirements.
4 changes: 4 additions & 0 deletions content/github-actions/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ We track builds by the second and only bill for whole minutes used at the end of

We can run our optimized runners in our cloud or your AWS account for additional security and compliance. We also support dedicated infrastructure and VPC peering options for something more custom to your needs.

### Custom runner images

For Business plan customers, we can create custom runner AMIs with pre-installed software tailored to your specific requirements. This is useful if you need specific tools, dependencies, or configurations that aren't included in our standard runner images. Contact us at [[email protected]](mailto:[email protected]) to discuss your needs.

### Integrates with Docker image builds

If you use Depot for faster Docker image builds via our [remote container builds](/docs/container-builds/overview), your BuildKit builder runs right next to your managed GitHub Action runner, allowing for faster CI builds by mimizing network latency and data transfer.
Expand Down
10 changes: 10 additions & 0 deletions content/github-actions/runner-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,13 @@ If you'd like to see what tools and software are installed in each runner image,
- [`depot-windows-2022`](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)

_Note: We do our best to keep our images in sync with GitHub's, but there may be a slight delay between when GitHub updates their images and when we update ours. If you need a specific version of a tool or software, please check the links above to see if it's available in the image you're using._

## Custom runner images

If you need specific software pre-installed that isn't included in our standard runner images, custom runner AMIs are available on the Business plan. This is particularly useful for:

- Large dependencies that take significant time to install
- Proprietary software or custom configurations
- Corporate security or compliance tools

Contact us at [[email protected]](mailto:[email protected]) to discuss custom runner image requirements.