Skip to content

Commit b398e98

Browse files
author
Madhavan
committed
Account for the CQLSH Astra removal from downloads site
1 parent bb867f1 commit b398e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN mkdir -p /assets/ && cd /assets && \
66
tar -xzf ./dsbulk.tar.gz && \
77
rm ./dsbulk.tar.gz && \
88
mv /assets/dsbulk-* /assets/dsbulk && \
9-
curl -OL https://downloads.datastax.com/enterprise/cqlsh-astra.tar.gz && \
9+
curl -L https://downloads.datastax.com/labs/cqlsh-astra-20230710-vectortype-bin.tar.gz --output cqlsh-astra.tar.gz && \
1010
tar -xzf ./cqlsh-astra.tar.gz && \
1111
rm ./cqlsh-astra.tar.gz && \
1212
curl -OL https://archive.apache.org/dist/spark/spark-3.5.8/spark-3.5.8-bin-hadoop3-scala2.13.tgz && \

0 commit comments

Comments
 (0)