Skip to content

Commit

Permalink
Use Stargate v1.0.85 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: jeffreyscarpenter <jeffreyscarpenter@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jeffreyscarpenter committed Jul 10, 2024
1 parent d4d9dd3 commit a61782f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cassandra-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN set -x \
&& groupadd -r stargate --gid=999 \
&& useradd -r -g stargate -d /stargate --uid=999 stargate

ARG STARGATE_VERSION=v1.0.79
ARG STARGATE_VERSION=v1.0.85

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 libjemalloc2 -y \
Expand Down
2 changes: 1 addition & 1 deletion cassandra-4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN set -x \
&& groupadd -r stargate --gid=999 \
&& useradd -r -g stargate -d /stargate --uid=999 stargate

ARG STARGATE_VERSION=v1.0.79
ARG STARGATE_VERSION=v1.0.85

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 libjemalloc2 -y \
Expand Down
2 changes: 1 addition & 1 deletion dse-6.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN set -x \
&& groupadd -r stargate --gid=999 \
&& useradd -r -g stargate -d /stargate --uid=999 stargate

ARG STARGATE_VERSION=v1.0.79
ARG STARGATE_VERSION=v1.0.85

RUN apt update -qq \
&& apt install curl unzip iproute2 libaio1 libjemalloc2 -y \
Expand Down
2 changes: 1 addition & 1 deletion examples/cassandra-3.11/start_cass_311.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export CASSTAG=3.11.14
export SGTAG=v1.0.79
export SGTAG=v1.0.85

# Make sure backend-1, the seed node, is up before bringing up other nodes and stargate

Expand Down
2 changes: 1 addition & 1 deletion examples/cassandra-4.0/start_cass40.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export CASSTAG=4.0.7
export SGTAG=v1.0.79
export SGTAG=v1.0.85

# Make sure backend-1, the seed node, is up before bringing up other nodes and stargate

Expand Down
2 changes: 1 addition & 1 deletion examples/dse-6.8/start_dse_68.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export DSETAG=6.8.32
export SGTAG=v1.0.79
export SGTAG=v1.0.85

# Make sure backend-1, the seed node, is up before bringing up other nodes and stargate

Expand Down
2 changes: 1 addition & 1 deletion examples/stargate-jwt-auth/start_jwt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export CASSTAG=3.11.12
export SGTAG=v1.0.79
export SGTAG=v1.0.85
export KCTAG=latest

SG_AUTH_DIR=$PWD
Expand Down

0 comments on commit a61782f

Please sign in to comment.