We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3f4d0 commit 0086c81Copy full SHA for 0086c81
Dockerfile
@@ -83,7 +83,7 @@ RUN \
83
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
84
curl -o \
85
/tmp/images.tar.gz -L \
86
- "https://kasm-ci.s3.amazonaws.com${KASM_VERSION}-images-combined.tar.gz" && \
+ "https://kasm-ci.s3.amazonaws.com/${KASM_VERSION}-images-combined.tar.gz" && \
87
tar xf \
88
/tmp/images.tar.gz -C \
89
/ && \
0 commit comments