Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Dec 2, 2024
1 parent 4e947aa commit 75c0953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/book/component-guide/image-builders/image-builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ image builders are provided by integrations:
| [LocalImageBuilder](local.md) | `local` | _built-in_ | Builds your Docker images locally. |
| [KanikoImageBuilder](kaniko.md) | `kaniko` | `kaniko` | Builds your Docker images in Kubernetes using Kaniko. |
| [GCPImageBuilder](gcp.md) | `gcp` | `gcp` | Builds your Docker images using Google Cloud Build. |
| [AWSImageBuilder](aws.md) | `aws` | `aws` | Builds your Docker images using AWS Code Build. |
| [Custom Implementation](custom.md) | _custom_ | | Extend the image builder abstraction and provide your own implementation |

If you would like to see the available flavors of image builders, you can use the command:
Expand Down

0 comments on commit 75c0953

Please sign in to comment.