diff --git a/README.md b/README.md index 53e5b5c..ac2cd02 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e CONFIGS=0` | `/configs` | | `-e CONTAINERS=0` | `/containers` | | `-e DISTRIBUTION=0` | `/distribution` | -| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy system that cannot support IPv6. | +| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy systems that cannot support IPv6. | | `-e EVENTS=1` | `/events` | | `-e EXEC=0` | `/exec` & `/containers/{id}/exec` | | `-e IMAGES=0` | `/images` | diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 08b82ad..ef9fcee 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -6,8 +6,6 @@ external_type: alpine_repo release_type: stable release_tag: latest ls_branch: main -image_sbom: true -image_provenance: true repo_vars: - BUILD_VERSION_ARG = 'HAPROXY_VERSION' - LS_USER = 'linuxserver' diff --git a/readme-vars.yml b/readme-vars.yml index 834fc2d..574e632 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -177,7 +177,7 @@ full_custom_readme: | | `-e CONFIGS=0` | `/configs` | | `-e CONTAINERS=0` | `/containers` | | `-e DISTRIBUTION=0` | `/distribution` | - | `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy system that cannot support IPv6. | + | `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy systems that cannot support IPv6. | | `-e EVENTS=1` | `/events` | | `-e EXEC=0` | `/exec` & `/containers/{id}/exec` | | `-e IMAGES=0` | `/images` |