Merge branch 'cassandra-3.11' into cassandra-4.0

This commit is contained in:
Mick Semb Wever 2022-08-16 21:46:14 +02:00
commit 5fafa709fb
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
$ curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
$ curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -

View File

@ -1,2 +1,2 @@
$ echo "deb http://www.apache.org/dist/cassandra/debian 40x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb http://www.apache.org/dist/cassandra/debian 40x main
$ echo "deb https://debian.cassandra.apache.org 40x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb https://debian.cassandra.apache.org 40x main

View File

@ -1,6 +1,6 @@
[cassandra]
name=Apache Cassandra
baseurl=https://downloads.apache.org/cassandra/redhat/40x/
baseurl=https://redhat.cassandra.apache.org/40x/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://downloads.apache.org/cassandra/KEYS

View File

@ -76,7 +76,7 @@ will install the binaries and configuration files as the `cassandra` OS user.
include::example$BASH/docker_pull.sh[]
----
This `docker pull` command will get the latest version of the official
This `docker pull` command will get the latest version of the 'Docker Official'
Apache Cassandra image available from the https://hub.docker.com/_/cassandra[Dockerhub].
[arabic, start=2]