From f77be509682ea47889b34724b5414462d10b3229 Mon Sep 17 00:00:00 2001 From: Lenny Chen Date: Mon, 27 Nov 2023 17:17:13 -0800 Subject: [PATCH] docs: clarify edit location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a03475e..03abaf8 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ To build the fips enabled ubuntu installer image ./earthly.sh +iso --BASE_IMAGE=gcr.io/spectro-images-public/ubuntu-focal-fips:v4.0_20230817 --FIPS_ENABLED=true --ARCH=amd64 --PE_VERSION=v4.0.0 ``` -> Note: By default, provider images are created for all the Palette-supported Kubernetes versions. You can comment out the versions you do not need to speed up the build process and save disk space. +> Note: By default, provider images are created for all the Palette-supported Kubernetes versions. You can comment out the versions you do not need in the parameter `build-provider-images` in the file **Earthfile** to speed up the build process and save disk space. Output ```shell