mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
make modifications to the image for 1.14.0 release
This commit is contained in:
parent
ef8582b3c8
commit
883a0ed95e
4 changed files with 7 additions and 3 deletions
|
|
@ -91,11 +91,12 @@ RUN \
|
|||
/ && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.13.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.14.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 "exit 0" > /kasm_release/install_dependencies.sh && \
|
||||
echo "**** copy assets ****" && \
|
||||
cp \
|
||||
/kasm_release/www/img/thumbnails/*.png /kasm_release/www/img/thumbnails/*.svg \
|
||||
|
|
|
|||
|
|
@ -91,11 +91,12 @@ RUN \
|
|||
/ && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.13.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.14.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 && \
|
||||
sed -i 's/-N -e -H/-N -B -e -H/g' /kasm_release/upgrade.sh && \
|
||||
echo "exit 0" > /kasm_release/install_dependencies.sh && \
|
||||
echo "**** copy assets ****" && \
|
||||
cp \
|
||||
/kasm_release/www/img/thumbnails/*.png /kasm_release/www/img/thumbnails/*.svg \
|
||||
|
|
|
|||
|
|
@ -268,6 +268,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **22.08.23:** - Update base image for 1.14.0 release.
|
||||
* **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.
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ app_setup_block: |
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "22.08.23:", desc: "Update base image for 1.14.0 release." }
|
||||
- { 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." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue