Skip to content

Commit 02b32e3

Browse files
PedroGuerraPTgithub-actions[bot]
authored andcommitted
Update docs content from https://github.com/depot/app
1 parent 56a6ff7 commit 02b32e3

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

content/faq.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,11 @@ Our high-performance caching system is automatically integrated with our GitHub
138138
### How can I track usage of Depot's GitHub Actions runners?
139139

140140
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.
141+
142+
### Can I use custom runner images with pre-installed software?
143+
144+
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.
145+
146+
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.
147+
148+
To request a custom runner AMI, please [contact our team](mailto:contact@depot.dev) with details about your requirements.

content/github-actions/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ We track builds by the second and only bill for whole minutes used at the end of
5050

5151
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.
5252

53+
### Custom runner images
54+
55+
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.
56+
5357
### Integrates with Docker image builds
5458

5559
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.

content/github-actions/runner-types.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,13 @@ If you'd like to see what tools and software are installed in each runner image,
137137
- [`depot-windows-2022`](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)
138138

139139
_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._
140+
141+
## Custom runner images
142+
143+
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:
144+
145+
- Large dependencies that take significant time to install
146+
- Proprietary software or custom configurations
147+
- Corporate security or compliance tools
148+
149+
Contact us at [contact@depot.dev](mailto:contact@depot.dev) to discuss custom runner image requirements.

0 commit comments

Comments
 (0)