mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
update build for 1.16.1 release
This commit is contained in:
parent
9789277974
commit
689479e29f
4 changed files with 4 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ RUN \
|
|||
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.16.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.16.1-images-combined.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/images.tar.gz -C \
|
||||
/ && \
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ RUN \
|
|||
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.16.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.16.1-images-combined.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/images.tar.gz -C \
|
||||
/ && \
|
||||
|
|
|
|||
|
|
@ -319,6 +319,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **09.11.24:** - Update base image for 1.16.1 release.
|
||||
* **24.09.24:** - Add base users in docker build logic to survive container upgrades.
|
||||
* **17.09.24:** - Update base image for 1.16.0 release and fix Nvidia support.
|
||||
* **16.02.24:** - Update base image for 1.15.0 release.
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ app_setup_block: |
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "09.11.24:", desc: "Update base image for 1.16.1 release." }
|
||||
- { date: "24.09.24:", desc: "Add base users in docker build logic to survive container upgrades." }
|
||||
- { date: "17.09.24:", desc: "Update base image for 1.16.0 release and fix Nvidia support." }
|
||||
- { date: "16.02.24:", desc: "Update base image for 1.15.0 release." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue