Merge pull request #26 from linuxserver/1.13.0-prep

add mod layer and readme notes in prep for 1.13
This commit is contained in:
Ryan Kuba 2023-04-07 23:55:44 +00:00 committed by GitHub
commit cd07814def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -88,6 +88,12 @@ RUN \
tar xf \
/tmp/kasm.tar.gz -C \
/ && \
curl -o \
/tmp/images.tar.gz -L \
"https://kasm-ci.s3.amazonaws.com/1.13.0-images-combined.tar.gz" && \
tar xf \
/tmp/images.tar.gz -C \
/ && \
sed -i 's/-N -e -H/-N -B -e -H/g' /kasm_release/upgrade.sh && \
echo "**** copy assets ****" && \
cp \

View file

@ -88,6 +88,12 @@ RUN \
tar xf \
/tmp/kasm.tar.gz -C \
/ && \
curl -o \
/tmp/images.tar.gz -L \
"https://kasm-ci.s3.amazonaws.com/1.13.0-images-combined.tar.gz" && \
tar xf \
/tmp/images.tar.gz -C \
/ && \
sed -i 's/-N -e -H/-N -B -e -H/g' /kasm_release/upgrade.sh && \
echo "**** copy assets ****" && \
cp \

View file

@ -261,6 +261,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **07.04.23:** - Add mod layer for ingesting LSIO images for 1.13.0 release.
* **28.03.23:** - Pin compose to 2.5.0 to be in sync with upstream requirements.
* **05.11.22:** - Rebase to Jammy, add support for GPUs, add support for Gamepads.
* **23.09.22:** - Migrate to s6v3.

View file

@ -105,6 +105,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "07.04.23:", desc: "Add mod layer for ingesting LSIO images for 1.13.0 release." }
- { date: "28.03.23:", desc: "Pin compose to 2.5.0 to be in sync with upstream requirements." }
- { date: "05.11.22:", desc: "Rebase to Jammy, add support for GPUs, add support for Gamepads." }
- { date: "23.09.22:", desc: "Migrate to s6v3." }