Skip to content

Update content from depot/app #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
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
4 changes: 2 additions & 2 deletions content/cli/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ A variety of Depot CLI calls accept a `--token` flag, which allows you to specif

The `bake` command allows you to define all of your build targets in a central file, either HCL, JSON, or Compose. You can then pass that file to the `bake` command and Depot will build all of the target images with all of their options (i.e. platforms, tags, build arguments, etc.).

By default, `depot bake` will leave the built image in the remote builder cache. If you would like to download the image to your local Docker daemon (for instance, to `docker run` the result), you can use the `--load` flag.
By default, `depot bake` will leave the built image in the remote builder cache. If you would like to download the image to your local Docker daemon (for instance, to `docker run` the result), you can use the `--load` flag. In some cases it is more efficient to load from the registry, so this may result in the build getting saved to the Depot Registry.

Alternatively, to push the image to a remote registry directly from the builder instance, you can use the `--push` flag.

Expand Down Expand Up @@ -176,7 +176,7 @@ This command accepts all the command line flags as Docker's `docker buildx bake`

Runs a Docker build using Depot's remote builder infrastructure.

By default, `depot build` will leave the built image in the remote builder cache. If you would like to download the image to your local Docker daemon (for instance, to `docker run` the result), you can use the `--load` flag.
By default, `depot build` will leave the built image in the remote builder cache. If you would like to download the image to your local Docker daemon (for instance, to `docker run` the result), you can use the `--load` flag. In some cases it is more efficient to load from the registry, so this may result in the build getting saved to the Depot Registry.

Alternatively, to push the image to a remote registry directly from the builder instance, you can use the `--push` flag.

Expand Down
50 changes: 25 additions & 25 deletions content/github-actions/runner-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The following labels are available:
| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
| `depot-ubuntu-24.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-24.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-24.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-24.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-24.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
| `depot-ubuntu-24.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-24.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-24.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-24.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-24.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |

## Arm runners

Expand All @@ -44,11 +44,11 @@ The following labels are available:
| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
| `depot-ubuntu-24.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |

## Ubuntu 22.04 runners

Expand All @@ -60,18 +60,18 @@ The following labels are available:
| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
| `depot-ubuntu-22.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-22.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-22.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-22.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-22.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
| `depot-ubuntu-22.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-22.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-22.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-22.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-22.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |

## macOS runners

Expand Down Expand Up @@ -100,11 +100,11 @@ The following labels are available:
| :------------------------- | :--- | :----- | :-------- | :--------------- | :----------------- |
| `depot-windows-2022-small` | 2 | 2 GB | 100 GB | $0.004 | 1x |
| `depot-windows-2022` | 2 | 8 GB | 100 GB | $0.008 | 2x |
| `depot-windows-2022-4` | 4 | 16 GB | 150 GB | $0.016 | 4x |
| `depot-windows-2022-8` | 8 | 32 GB | 300 GB | $0.032 | 8x |
| `depot-windows-2022-16` | 16 | 64 GB | 600 GB | $0.064 | 16x |
| `depot-windows-2022-32` | 32 | 128 GB | 1200 GB | $0.128 | 32x |
| `depot-windows-2022-64` | 64 | 256 GB | 2400 GB | $0.256 | 64x |
| `depot-windows-2022-4` | 4 | 16 GB | 130 GB | $0.016 | 4x |
| `depot-windows-2022-8` | 8 | 32 GB | 150 GB | $0.032 | 8x |
| `depot-windows-2022-16` | 16 | 64 GB | 180 GB | $0.064 | 16x |
| `depot-windows-2022-32` | 32 | 128 GB | 200 GB | $0.128 | 32x |
| `depot-windows-2022-64` | 64 | 256 GB | 250 GB | $0.256 | 64x |

**Note**: Windows runners don't come equipped with Hyper-v because of an AWS limitation on EC2. Therefore, if you use things that require it like `docker`, than Depot Windows Runners are unlikely to work for you.

Expand Down