From 75c0953d09c629ea85843c5f6658b4588ed10e60 Mon Sep 17 00:00:00 2001 From: Stefan Nica Date: Wed, 4 Sep 2024 10:06:25 +0200 Subject: [PATCH] Update docs --- docs/book/component-guide/image-builders/image-builders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/component-guide/image-builders/image-builders.md b/docs/book/component-guide/image-builders/image-builders.md index fe813f0bd4..1a20f8b113 100644 --- a/docs/book/component-guide/image-builders/image-builders.md +++ b/docs/book/component-guide/image-builders/image-builders.md @@ -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: