Tweaks for 1.18.0 support

This commit is contained in:
thespad 2025-10-22 20:44:06 +01:00
parent 796ddd11b5
commit 0fe56f2c62
No known key found for this signature in database
6 changed files with 8 additions and 6 deletions

View file

@ -83,7 +83,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.17.0-images-combined.tar.gz" && \
"https://kasm-ci.s3.amazonaws.com/1.18.0-images-combined.tar.gz" && \
tar xf \
/tmp/images.tar.gz -C \
/ && \