From c229f61cf41414c0675102768d606b283cfec870 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 6 Feb 2024 18:00:53 -0800 Subject: [PATCH 1/2] rebase to debian bookworm --- Dockerfile | 2 +- README.md | 1 + readme-vars.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66a856c..b4b53fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye +FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm # set version label ARG BUILD_DATE diff --git a/README.md b/README.md index 725edf5..efc7726 100644 --- a/README.md +++ b/README.md @@ -314,5 +314,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **06.01.24:** - Rebase to Debian Bookworm. * **17.01.24:** - Update Chromium wrapper. * **21.04.23:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index 611c972..b29c82b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -75,5 +75,6 @@ app_setup_block: | # changelog changelogs: + - { date: "06.01.24:", desc: "Rebase to Debian Bookworm." } - { date: "17.01.24:", desc: "Update Chromium wrapper." } - { date: "21.04.23:", desc: "Initial release." } From 77b1fdf8b3f5bc71c0929ec64a0b14ab079f013e Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 6 Feb 2024 19:24:39 -0800 Subject: [PATCH 2/2] add notes on chinese version and fix wpspdf --- Dockerfile | 3 +++ README.md | 9 +++++++++ readme-vars.yml | 5 ++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4b53fb..8cd6717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,9 @@ RUN \ /tmp/fonts/ --strip-components=1 && \ cd /tmp/fonts && \ bash install.sh && cd / && \ + ln -s \ + /usr/lib/x86_64-linux-gnu/libtiff.so.6.0.0 \ + /usr/lib/x86_64-linux-gnu/libtiff.so.5 && \ echo "**** openbox tweaks ****" && \ sed -i \ 's/NLMC/NLIMC/g' \ diff --git a/README.md b/README.md index efc7726..2c54fcb 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,15 @@ The architectures supported by this image are: | arm64 | ❌ | | | armhf | ❌ | | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Standard English release | +| chinese | ✅ | Simplified Chinese version | + ## Application Setup The application can be accessed at: diff --git a/readme-vars.yml b/readme-vars.yml index b29c82b..92c8283 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -13,7 +13,10 @@ available_architectures: - { arch: "{{ arch_x86_64 }}", tag: "latest"} # development version -development_versions: false +development_versions: true +development_versions_items: + - { tag: "latest", desc: "Standard English release" } + - { tag: "chinese", desc: "Simplified Chinese version" } # container parameters common_param_env_vars_enabled: true