From 646df63e56b3c396eaaf44753893e7c27c1b0c4e Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 15 Aug 2024 10:45:53 -0700 Subject: [PATCH] misc: Fix typos in util/dockerfiles/README.md Change-Id: I5488301543bfff21279b6c0b1aae841574efee95 Co-authored-by: Harshil Patel --- util/dockerfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dockerfiles/README.md b/util/dockerfiles/README.md index 8985b94ed9..1f909c241c 100644 --- a/util/dockerfiles/README.md +++ b/util/dockerfiles/README.md @@ -28,7 +28,7 @@ The Dockerfiles are built using the Docker buildx feature. The buildx feature is For more information on the Docker buildx feature, refer to the [Docker documentation](https://docs.docker.com/buildx/working-with-buildx/). In this setup we store the buildx configurations in the "docker-bake.hcl" file. -It is worth contsulting this files and noting the "targerts" and "groups" these can be passed to the buildx command to build that target image or group of images. +It is worth consulting these files and noting the "targets" and "groups", these can be passed to the buildx command to build that target image or group of images. For example, the following will build the "ubuntu-24.04_all-dependencies" image: