misc: Fix typos in util/dockerfiles/README.md

Change-Id: I5488301543bfff21279b6c0b1aae841574efee95

Co-authored-by: Harshil Patel <harshilp2107@gmail.com>
This commit is contained in:
Bobby R. Bruce
2024-08-15 10:45:53 -07:00
committed by GitHub
parent 0c26ee5f71
commit 646df63e56

View File

@@ -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: