File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8383 ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}' ) && \
8484 curl -o \
8585 /tmp/images.tar.gz -L \
86- "https://kasm-ci.s3.amazonaws.com/1.18.0 -images-combined.tar.gz" && \
86+ "https://kasm-ci.s3.amazonaws.com${KASM_VERSION} -images-combined.tar.gz" && \
8787 tar xf \
8888 /tmp/images.tar.gz -C \
8989 / && \
@@ -104,6 +104,7 @@ RUN \
104104 /wizard/ && \
105105 useradd -u 70 kasm_db && \
106106 useradd kasm && \
107+ printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
107108 echo "**** cleanup ****" && \
108109 apt-get remove -y g++ gcc make && \
109110 apt-get -y autoremove && \
Original file line number Diff line number Diff line change 8383 ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
8484 curl -o \
8585 /tmp/images.tar.gz -L \
86- "https://kasm-ci.s3.amazonaws.com/1.18.0 -images-combined.tar.gz" && \
86+ "https://kasm-ci.s3.amazonaws.com/${KASM_VERSION} -images-combined.tar.gz" && \
8787 tar xf \
8888 /tmp/images.tar.gz -C \
8989 / && \
@@ -104,6 +104,7 @@ RUN \
104104 /wizard/ && \
105105 useradd -u 70 kasm_db && \
106106 useradd kasm && \
107+ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
107108 echo "**** cleanup ****" && \
108109 apt-get remove -y g++ gcc make && \
109110 apt-get -y autoremove && \
You can’t perform that action at this time.
0 commit comments