Skip to content

Commit dcae63e

Browse files
ischoltengithub-actions[bot]
authored andcommitted
Update docs content from https://github.com/depot/app
1 parent 42a7864 commit dcae63e

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Diff for: content/cli/reference.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A variety of Depot CLI calls accept a `--token` flag, which allows you to specif
4141

4242
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.).
4343

44-
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.
44+
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.
4545

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

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

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

179-
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.
179+
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.
180180

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

Diff for: content/github-actions/runner-types.mdx

+25-25
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ The following labels are available:
2828
| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
2929
| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
3030
| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
31-
| `depot-ubuntu-24.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
32-
| `depot-ubuntu-24.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
33-
| `depot-ubuntu-24.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
34-
| `depot-ubuntu-24.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
35-
| `depot-ubuntu-24.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
31+
| `depot-ubuntu-24.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
32+
| `depot-ubuntu-24.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
33+
| `depot-ubuntu-24.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
34+
| `depot-ubuntu-24.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
35+
| `depot-ubuntu-24.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
3636

3737
## Arm runners
3838

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

5353
## Ubuntu 22.04 runners
5454

@@ -60,18 +60,18 @@ The following labels are available:
6060
| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- |
6161
| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
6262
| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
63-
| `depot-ubuntu-22.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
64-
| `depot-ubuntu-22.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
65-
| `depot-ubuntu-22.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
66-
| `depot-ubuntu-22.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
67-
| `depot-ubuntu-22.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
63+
| `depot-ubuntu-22.04-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
64+
| `depot-ubuntu-22.04-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
65+
| `depot-ubuntu-22.04-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
66+
| `depot-ubuntu-22.04-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
67+
| `depot-ubuntu-22.04-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
6868
| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x |
6969
| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x |
70-
| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x |
71-
| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x |
72-
| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x |
73-
| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x |
74-
| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x |
70+
| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 130 GB | 4GB | $0.008 | 2x |
71+
| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 150 GB | 8GB | $0.016 | 4x |
72+
| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 180 GB | 8GB | $0.032 | 8x |
73+
| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 200 GB | 16GB | $0.064 | 16x |
74+
| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 250 GB | 32GB | $0.128 | 32x |
7575

7676
## macOS runners
7777

@@ -100,11 +100,11 @@ The following labels are available:
100100
| :------------------------- | :--- | :----- | :-------- | :--------------- | :----------------- |
101101
| `depot-windows-2022-small` | 2 | 2 GB | 100 GB | $0.004 | 1x |
102102
| `depot-windows-2022` | 2 | 8 GB | 100 GB | $0.008 | 2x |
103-
| `depot-windows-2022-4` | 4 | 16 GB | 150 GB | $0.016 | 4x |
104-
| `depot-windows-2022-8` | 8 | 32 GB | 300 GB | $0.032 | 8x |
105-
| `depot-windows-2022-16` | 16 | 64 GB | 600 GB | $0.064 | 16x |
106-
| `depot-windows-2022-32` | 32 | 128 GB | 1200 GB | $0.128 | 32x |
107-
| `depot-windows-2022-64` | 64 | 256 GB | 2400 GB | $0.256 | 64x |
103+
| `depot-windows-2022-4` | 4 | 16 GB | 130 GB | $0.016 | 4x |
104+
| `depot-windows-2022-8` | 8 | 32 GB | 150 GB | $0.032 | 8x |
105+
| `depot-windows-2022-16` | 16 | 64 GB | 180 GB | $0.064 | 16x |
106+
| `depot-windows-2022-32` | 32 | 128 GB | 200 GB | $0.128 | 32x |
107+
| `depot-windows-2022-64` | 64 | 256 GB | 250 GB | $0.256 | 64x |
108108

109109
**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.
110110

0 commit comments

Comments
 (0)