diff --git a/content/faq.mdx b/content/faq.mdx index 8694910..ab6f699 100644 --- a/content/faq.mdx +++ b/content/faq.mdx @@ -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:contact@depot.dev) with details about your requirements. diff --git a/content/github-actions/overview.mdx b/content/github-actions/overview.mdx index 5c4b3b1..8f1c12b 100644 --- a/content/github-actions/overview.mdx +++ b/content/github-actions/overview.mdx @@ -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 [contact@depot.dev](mailto:contact@depot.dev) 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. diff --git a/content/github-actions/runner-types.mdx b/content/github-actions/runner-types.mdx index 0eeb3dd..7626768 100644 --- a/content/github-actions/runner-types.mdx +++ b/content/github-actions/runner-types.mdx @@ -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 [contact@depot.dev](mailto:contact@depot.dev) to discuss custom runner image requirements.