Skip to content

Commit

Permalink
persistence-api has to be added into the extracted jars too (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBorczuk authored Oct 2, 2020
1 parent ccd23ed commit f2ee460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cassandra-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt update && apt install curl unzip iproute2 libaio1 -y
RUN curl -L https://github.com/stargate/stargate/releases/download/${STARGATE_VERSION}/stargate-jars.zip > stargate-jars.zip

RUN unzip stargate-jars -x "*/persistence-*"
RUN unzip stargate-jars "*/persistence-api*"
RUN unzip stargate-jars "*/persistence-cassandra-3.11*"

RUN chmod +x starctl
Expand Down
1 change: 1 addition & 0 deletions cassandra-4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt update && apt install curl unzip iproute2 libaio1 -y
RUN curl -sL https://github.com/stargate/stargate/releases/download/${STARGATE_VERSION}/stargate-jars.zip > stargate-jars.zip

RUN unzip stargate-jars -x "*/persistence-*"
RUN unzip stargate-jars "*/persistence-api*"
RUN unzip stargate-jars "*/persistence-cassandra-4.0*"

RUN chmod +x starctl
Expand Down
1 change: 1 addition & 0 deletions dse-6.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt update && apt install curl unzip iproute2 libaio1 -y
RUN curl -sL https://github.com/stargate/stargate/releases/download/${STARGATE_VERSION}/stargate-jars.zip > stargate-jars.zip

RUN unzip stargate-jars -x "*/persistence-*"
RUN unzip stargate-jars "*/persistence-api*"
RUN unzip stargate-jars "*/persistence-dse-6.8*"

RUN chmod +x starctl
Expand Down

0 comments on commit f2ee460

Please sign in to comment.