From c3ca60237aa9d0ab5dd2053b98ce9f446b93a44b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Aug 2025 14:54:14 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/anaconda/README.md | 3 +++ src/desktop-lite/README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/anaconda/README.md b/src/anaconda/README.md index f093ce618..9453e36c1 100644 --- a/src/anaconda/README.md +++ b/src/anaconda/README.md @@ -35,7 +35,10 @@ conda install python=3.7 ## OS Support This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + Also RHEL based linux distributions such as almalinux, rockylinux, fedora are supported now. +Please do note that Alpine and cbl-mariner aren't supported due system level restrictions with the anaconda installer. + `bash` is required to execute the `install.sh` script. diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md index a70997405..67b26ee8a 100644 --- a/src/desktop-lite/README.md +++ b/src/desktop-lite/README.md @@ -16,7 +16,7 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Currently Unused! | string | latest | -| noVncVersion | The noVNC version to use | string | 1.2.0 | +| noVncVersion | The noVNC version to use | string | 1.6.0 | | password | Enter a password for desktop connections. If "noPassword", connections from the local host can be established without entering a password | string | vscode | | webPort | Enter a port for the VNC web client (noVNC) | string | 6080 | | vncPort | Enter a port for the desktop VNC server (TigerVNC) | string | 5901 |