Skip to content

Commit

Permalink
Merge pull request #4 from linuxserver/bookworm-rebase
Browse files Browse the repository at this point in the history
Bookworm rebase
  • Loading branch information
thelamer authored Feb 7, 2024
2 parents fddacad + 77b1fdf commit 0c99ea3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -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' \
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -314,5 +323,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.
6 changes: 5 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -75,5 +78,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." }

0 comments on commit 0c99ea3

Please sign in to comment.