add mod layer and readme notes in prep for 1.13

This commit is contained in:
thelamer 2023-04-07 16:37:49 -07:00
parent 3c940d2494
commit 3777f22669
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 \