Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cassandra #9017

Merged
merged 1 commit into from
Nov 4, 2020
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Nov 4, 2020

Changes:

Changes:

- docker-library/cassandra@9cb81d5: Update 4.0 to 4.0-beta3
- docker-library/cassandra@6fbb6ce: Update 3.11 to 3.11.9
- docker-library/cassandra@32e0b2d: Update 3.0 to 3.0.23
- docker-library/cassandra@cb366dd: Update 2.2 to 2.2.19
@github-actions
Copy link

github-actions bot commented Nov 4, 2020

Diff for 090f8af:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 955ff68..3d0df91 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,22 +6,22 @@ Architectures: amd64, arm64v8, ppc64le
 GitCommit: ac677624ce2dd33c995a55755a2a1dc9918b9a4e
 Directory: 2.1
 
-Tags: 2.2.16, 2.2, 2
+Tags: 2.2.19, 2.2, 2
 Architectures: amd64, ppc64le
-GitCommit: ac677624ce2dd33c995a55755a2a1dc9918b9a4e
+GitCommit: cb366dd5fdac8654cd6ecab5b97419664a72cde7
 Directory: 2.2
 
-Tags: 3.0.22, 3.0
+Tags: 3.0.23, 3.0
 Architectures: amd64, arm64v8, ppc64le
-GitCommit: ac677624ce2dd33c995a55755a2a1dc9918b9a4e
+GitCommit: 32e0b2dc80fa6d3e67da635b379cdf0620728143
 Directory: 3.0
 
-Tags: 3.11.8, 3.11, 3, latest
+Tags: 3.11.9, 3.11, 3, latest
 Architectures: amd64, arm64v8, ppc64le
-GitCommit: ac677624ce2dd33c995a55755a2a1dc9918b9a4e
+GitCommit: 6fbb6ce475a028c26cd22ac91377887ce453910f
 Directory: 3.11
 
-Tags: 4.0-beta2, 4.0
+Tags: 4.0-beta3, 4.0
 Architectures: amd64, arm32v7, arm64v8, ppc64le
-GitCommit: ac677624ce2dd33c995a55755a2a1dc9918b9a4e
+GitCommit: 9cb81d5e734b89af2df9e5636e0c207c5f4609e5
 Directory: 4.0
diff --git a/_bashbrew-list b/_bashbrew-list
index ccceff5..beafb0f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,12 +2,12 @@ cassandra:2
 cassandra:2.1
 cassandra:2.1.22
 cassandra:2.2
-cassandra:2.2.16
+cassandra:2.2.19
 cassandra:3
 cassandra:3.0
-cassandra:3.0.22
+cassandra:3.0.23
 cassandra:3.11
-cassandra:3.11.8
+cassandra:3.11.9
 cassandra:4.0
-cassandra:4.0-beta2
+cassandra:4.0-beta3
 cassandra:latest
diff --git a/cassandra_2/Dockerfile b/cassandra_2/Dockerfile
index dfc6930..663149c 100644
--- a/cassandra_2/Dockerfile
+++ b/cassandra_2/Dockerfile
@@ -69,8 +69,8 @@ ENV GPG_KEYS \
 # gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
 	A4C465FEA0C552561A392A61E91335D77E3E87CB
 
-ENV CASSANDRA_VERSION 2.2.16
-ENV CASSANDRA_SHA512 db2026342e876caf790833d49f7ab1a2fbba39bf380384ef66e2da4913f537690a56c97cb2f6ea17f667a0d34aeb406fa658db02aec1121a5ba7134ab59a5cfb
+ENV CASSANDRA_VERSION 2.2.19
+ENV CASSANDRA_SHA512 174688cb51ea7f683ace0de158a3ab080b2799c2001c501ede68253d2990d03737396cc7743eee6d65523bbd21f6b10948279691de1a313dc2f4d0d26cf5315b
 
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
diff --git a/cassandra_3.0/Dockerfile b/cassandra_3.0/Dockerfile
index 2381b82..6baced4 100644
--- a/cassandra_3.0/Dockerfile
+++ b/cassandra_3.0/Dockerfile
@@ -69,8 +69,8 @@ ENV GPG_KEYS \
 # gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
 	A4C465FEA0C552561A392A61E91335D77E3E87CB
 
-ENV CASSANDRA_VERSION 3.0.22
-ENV CASSANDRA_SHA512 c849f64b913f62afe0f21aacfb6e05b8b9b5dc16321f4d35d69225cac49af6d955939e83e1ad901cec91f2ea76feee56cc4c78d24a3dc2b9d1c9583271c4d190
+ENV CASSANDRA_VERSION 3.0.23
+ENV CASSANDRA_SHA512 7f41db0148d4b376e83bc09092574df6f5b5c47eb04495175f57dc3a5482a865faaa884a4d9d4d7d4fef588a62c5d92dcca56c337c94c6319ec2433da0428a3a
 
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
diff --git a/cassandra_4.0/Dockerfile b/cassandra_4.0/Dockerfile
index e95217f..9299ec8 100644
--- a/cassandra_4.0/Dockerfile
+++ b/cassandra_4.0/Dockerfile
@@ -69,8 +69,8 @@ ENV GPG_KEYS \
 # gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
 	A4C465FEA0C552561A392A61E91335D77E3E87CB
 
-ENV CASSANDRA_VERSION 4.0-beta2
-ENV CASSANDRA_SHA512 4732a44fc8eadd77309d56e63af548a3320b59c1b659c31d9dc7e7b640dbde34cbf230d3e04087a8e75ccab64fffbdc67ab4cf8b68de193fe85e87bdad007f59
+ENV CASSANDRA_VERSION 4.0-beta3
+ENV CASSANDRA_SHA512 b40f5be0484208129f788fb658db997cc4103348c2da35392b7d2c5696877a43554ebaea92b448113eb61a540510fc8edc46f1bf181da1308bf656ac7b785703
 
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \
diff --git a/cassandra_latest/Dockerfile b/cassandra_latest/Dockerfile
index 80756f9..c19452e 100644
--- a/cassandra_latest/Dockerfile
+++ b/cassandra_latest/Dockerfile
@@ -69,8 +69,8 @@ ENV GPG_KEYS \
 # gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
 	A4C465FEA0C552561A392A61E91335D77E3E87CB
 
-ENV CASSANDRA_VERSION 3.11.8
-ENV CASSANDRA_SHA512 ece12cafc7aab7f035a5c8505a7a32915f7fe8c2729c7ade69b21d9354e3f0c06fd5e6206e7f066fb1e525162213fa295200cd46fd1a8bf4b27c9bc834a86c43
+ENV CASSANDRA_VERSION 3.11.9
+ENV CASSANDRA_SHA512 ada90233bcbb7bc572c24ff86a2ca2670df2955b1e451c53940faa640306c340e27933eeba013f8d4c4480e3842e5cdcd1563ac825ab4c6b036b5dbac356aa96
 
 RUN set -eux; \
 	savedAptMark="$(apt-mark showmanual)"; \

@yosifkit yosifkit merged commit 78ebf07 into docker-library:master Nov 4, 2020
@yosifkit yosifkit deleted the cassandra branch November 4, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants