-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update cassandra #8675
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
Merged
Merged
Update cassandra #8675
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/cassandra@b655432: Update 4.0 to 4.0-beta2 - docker-library/cassandra@48c0cc4: Update 3.11 to 3.11.8 - docker-library/cassandra@d9d67aa: Update 3.0 to 3.0.22 - docker-library/cassandra@3c31ef9: Update 2.1 to 2.1.22 - docker-library/cassandra@d6edf41: Merge pull request docker-library/cassandra#213 from infosiftr/jq-template - docker-library/cassandra@c191e1a: Add initial jq-based templating engine
Member
Author
Diff for d903834:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2fbd6f5..a1fbb46 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,27 +1,27 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/cassandra.git
-Tags: 2.1.21, 2.1
+Tags: 2.1.22, 2.1
Architectures: amd64, arm64v8, ppc64le
-GitCommit: 4c146a91f56dc3043284c817f1d61f152199482c
+GitCommit: 3c31ef99aca31c459b2cf57ee0596b4ab8024416
Directory: 2.1
Tags: 2.2.16, 2.2, 2
Architectures: amd64, arm32v7, ppc64le
-GitCommit: 4c146a91f56dc3043284c817f1d61f152199482c
+GitCommit: c191e1ac6c2fe9973c7ac1f106d395d03ed05eba
Directory: 2.2
-Tags: 3.0.21, 3.0
+Tags: 3.0.22, 3.0
Architectures: amd64, arm32v7, arm64v8, ppc64le
-GitCommit: a39fcee215c6148c3fa4a5c7c66dba7acbc69af7
+GitCommit: d9d67aacb2a9777be83d27b01e85771f64aab577
Directory: 3.0
-Tags: 3.11.7, 3.11, 3, latest
+Tags: 3.11.8, 3.11, 3, latest
Architectures: amd64, arm32v7, arm64v8, ppc64le
-GitCommit: 038fd5c0738b5543b2ad2052ceee4f18d7170cae
+GitCommit: 48c0cc4587c8b13dfc8d05d82cf68ee18753ca23
Directory: 3.11
-Tags: 4.0-beta1, 4.0
+Tags: 4.0-beta2, 4.0
Architectures: amd64, arm32v7, arm64v8, ppc64le
-GitCommit: d7cb5f108406918d855509f70cebc37ae6dc1131
+GitCommit: b6554329fe112243d16861b441067227eedcbdf9
Directory: 4.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 4f9d5c6..ccceff5 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,13 +1,13 @@
cassandra:2
cassandra:2.1
-cassandra:2.1.21
+cassandra:2.1.22
cassandra:2.2
cassandra:2.2.16
cassandra:3
cassandra:3.0
-cassandra:3.0.21
+cassandra:3.0.22
cassandra:3.11
-cassandra:3.11.7
+cassandra:3.11.8
cassandra:4.0
-cassandra:4.0-beta1
+cassandra:4.0-beta2
cassandra:latest
diff --git a/cassandra_2.1/Dockerfile b/cassandra_2.1/Dockerfile
index 5a1e7c9..b69af42 100644
--- a/cassandra_2.1/Dockerfile
+++ b/cassandra_2.1/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM adoptopenjdk:8-jre-hotspot-bionic
# explicitly set user/group IDs
@@ -59,8 +65,8 @@ ENV GPG_KEYS \
# gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
A4C465FEA0C552561A392A61E91335D77E3E87CB
-ENV CASSANDRA_VERSION 2.1.21
-ENV CASSANDRA_SHA512 ea2c35f3f9ce2be8eb96df603927c6867613f3e2215132145da2c3015dd1ddf1370d7196ef4485002e7a54fe22c32abd9c659102057f9297b69113bf83d96d0b
+ENV CASSANDRA_VERSION 2.1.22
+ENV CASSANDRA_SHA512 68c13950f02bc0d03cc70a45ae9ea3786f07248d7e5d4385fe8776c4e5d3b041addd0f9594b2d06e7fe25a3454eac20ed531bdc380e6122b7149d2c8ac5d866b
RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
diff --git a/cassandra_2/Dockerfile b/cassandra_2/Dockerfile
index 0a75d66..31305f9 100644
--- a/cassandra_2/Dockerfile
+++ b/cassandra_2/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM adoptopenjdk:8-jre-hotspot-bionic
# explicitly set user/group IDs
diff --git a/cassandra_3.0/Dockerfile b/cassandra_3.0/Dockerfile
index 2a72d50..869b953 100644
--- a/cassandra_3.0/Dockerfile
+++ b/cassandra_3.0/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM adoptopenjdk:8-jre-hotspot-bionic
# explicitly set user/group IDs
@@ -59,8 +65,8 @@ ENV GPG_KEYS \
# gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
A4C465FEA0C552561A392A61E91335D77E3E87CB
-ENV CASSANDRA_VERSION 3.0.21
-ENV CASSANDRA_SHA512 905ceb18da3391353b3904cdf243b30738167358655d80398d729b8e67fe5b3f1f10a51db19e30c42f7c511b564671785e7654b0892fc79a0fb7c4fda96dbe7b
+ENV CASSANDRA_VERSION 3.0.22
+ENV CASSANDRA_SHA512 c849f64b913f62afe0f21aacfb6e05b8b9b5dc16321f4d35d69225cac49af6d955939e83e1ad901cec91f2ea76feee56cc4c78d24a3dc2b9d1c9583271c4d190
RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
diff --git a/cassandra_4.0/Dockerfile b/cassandra_4.0/Dockerfile
index 6e4eb36..03cc9a3 100644
--- a/cassandra_4.0/Dockerfile
+++ b/cassandra_4.0/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM adoptopenjdk:11-jre-hotspot-bionic
# explicitly set user/group IDs
@@ -59,8 +65,8 @@ ENV GPG_KEYS \
# gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
A4C465FEA0C552561A392A61E91335D77E3E87CB
-ENV CASSANDRA_VERSION 4.0-beta1
-ENV CASSANDRA_SHA512 240ae95f78de172333eee865f01b838433845fbd0dceea0eb91ea3a419873f74c5e266cfb62553fa0260849afa7ec5cc65335d037d1455e36b96ddc0f18effc7
+ENV CASSANDRA_VERSION 4.0-beta2
+ENV CASSANDRA_SHA512 4732a44fc8eadd77309d56e63af548a3320b59c1b659c31d9dc7e7b640dbde34cbf230d3e04087a8e75ccab64fffbdc67ab4cf8b68de193fe85e87bdad007f59
RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
diff --git a/cassandra_latest/Dockerfile b/cassandra_latest/Dockerfile
index 17a85cc..3ff5e0a 100644
--- a/cassandra_latest/Dockerfile
+++ b/cassandra_latest/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM adoptopenjdk:8-jre-hotspot-bionic
# explicitly set user/group IDs
@@ -59,8 +65,8 @@ ENV GPG_KEYS \
# gpg: key E91335D77E3E87CB: public key "Michael Semb Wever <mick@thelastpickle.com>" imported
A4C465FEA0C552561A392A61E91335D77E3E87CB
-ENV CASSANDRA_VERSION 3.11.7
-ENV CASSANDRA_SHA512 c23a51d2d583e707fae8b0e0c413a6287a47af131650715cb3ae8d404b9958fca531c6d73cd196bde5054d2485cc12b6bf195de173f1baa647ac4cc012d9aecd
+ENV CASSANDRA_VERSION 3.11.8
+ENV CASSANDRA_SHA512 ece12cafc7aab7f035a5c8505a7a32915f7fe8c2729c7ade69b21d9354e3f0c06fd5e6206e7f066fb1e525162213fa295200cd46fd1a8bf4b27c9bc834a86c43
RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Changes: