Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookworm rebase #4

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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." }