Update DIND logic for 1.14.0

This commit is contained in:
ryan.kuba 2023-08-22 20:19:21 -04:00
parent 598268f914
commit 9a662d2838
No known key found for this signature in database

View file

@ -94,10 +94,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 \