Skip to main content
Version: latest

Edge Artifact Build Configurations

During the EdgeForge process, you provide an .arg document that contains a list of parameters to configure the build of both the provider images and the Edge Installer ISO. This page lists the parameters available in the .arg file.

ArgumentDescriptionAllowed Values
ARCHArchitecture of the image.amd64, arm64.
CUSTOM_TAGA custom tag for the provider images. This custom tag will be appended to the IMAGE_REGISTRY and IMAGE_REPO parameters to form the full image tag.Lowercase alphanumeric string without spaces.
FIPS_ENABLEDWhether to generate FIPS compliant binaries.true, false.
HTTP_PROXYURL of the HTTP Proxy server.URL string.
HTTPS_PROXYURL of the HTTPS Proxy server.URL string.
IMAGE_REGISTRYThe image registry to use for tagging the generated provider images.Your image registry hostname, without http or https
Example: docker.io/spectrocloud.
IMAGE_REPOThe image repository to use for tagging the generated provider images.Your image repository name.
ISO_NAMEName of the Installer ISO file.Lowercase alphanumeric string without spaces. The characters - and _ are allowed.
K8S_DISTRIBUTIONKubernetes distribution. k3s, rke2, kubeadm, kubeadm-fips.
NO_PROXYURLS that should be excluded from the proxy.Comma-separated URL string.
OS_DISTRIBUTIONOS distribution.ubuntu, opensuse-leap, rhel.
OS_VERSIONOS version. This applies to Ubuntu only.20, 22.
PROXY_CERT_PATHAbsolute path of the SSL Proxy certificate in the PEM format.Absolute path string.
UPDATE_KERNELDetermines whether to upgrade the Kernel version to the latest from the upstream OS provider.true, false.