From 0e25f700f2ee372ea1c6be2ccd5e0ebf87e489f5 Mon Sep 17 00:00:00 2001 From: Justin Barksdale Date: Wed, 6 Sep 2023 14:20:12 +0000 Subject: [PATCH] Updated PE_VERSION value and README.md --- Earthfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Earthfile b/Earthfile index e6d9bc2..1f7ee38 100644 --- a/Earthfile +++ b/Earthfile @@ -9,7 +9,7 @@ ARG IMAGE_REPO=$OS_DISTRIBUTION ARG K8S_DISTRIBUTION ARG CUSTOM_TAG ARG ARCH -ARG PE_VERSION=v4.0.2 +ARG PE_VERSION=v4.0.3 ARG SPECTRO_LUET_VERSION=v1.1.2 ARG KAIROS_VERSION=v2.3.2 ARG K3S_FLAVOR_TAG=k3s1 diff --git a/README.md b/README.md index 9b34b6e..d5b083a 100644 --- a/README.md +++ b/README.md @@ -119,14 +119,14 @@ Skip this step if your base image is ubuntu or opensuse-leap. If you are buildin | OS_VERSION | OS version. For Ubuntu, the possible values are `20`, and `22`. Whereas for openSUSE Leap, the possible value is `15.4`. This example uses `22` for Ubuntu. | String | `22` | | K8S_DISTRIBUTION | Kubernetes distribution name. It can be one of these: `k3s`, `rke2`, `kubeadm`, or `kubeadm-fips`. | String | `k3s` | | ISO_NAME | Name of the Edge installer ISO image. In this example, the name is *palette-edge-installer*. | String | `palette-edge-installer`| -| ARCH | Type of platform to use for the build. Used for Cross Platform Build (arm64 to amd64 as example). | string | `amd64` | +| ARCH | Type of platform to use for the build. Used for Cross Platform Build (arm64 to amd64 as example). | string | `amd64` | | BASE_IMAGE | Base image to be used for building installer and provider images. | String | | -| ARCH | target architecture `amd64`, `arm64` | String | `amd64` | | FIPS_ENABLED | to generate FIPS compliant binaries. `true` or `false` | string | `false` | | HTTP_PROXY | URL of the HTTP Proxy server to be used if needed (Optional) | string | | | HTTPS_PROXY | URL of the HTTPS Proxy server to be used if needed (Optional) | string | | | NO_PROXY | URLS that should be excluded from proxying (Optional) | string | | | PROXY_CERT_PATH | Absolute path of the SSL Proxy certificate in PEM format if needed (Optional) | string | | +| UPDATE_KERNEL | Determines whether to upgrade the Kernel version to the latest from the upstream OS provider | boolean| `false` | 8. (Optional) If you are building the images behind a proxy server, you may need to modify your docker daemon settings to let it use your proxy server. You can refer this [tutorial](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy). 9. Build the images with the following command. Use the `system.uri` output when creating the cluster profile for the Edge host.