mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into trunk
This commit is contained in:
commit
cbc127ab79
|
|
@ -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 -
|
||||
|
|
|
|||
|
|
@ -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 42x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
|
||||
deb https://debian.cassandra.apache.org 42x main
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[cassandra]
|
||||
name=Apache Cassandra
|
||||
baseurl=https://downloads.apache.org/cassandra/redhat/40x/
|
||||
baseurl=https://redhat.cassandra.apache.org/42x/
|
||||
gpgcheck=1
|
||||
repo_gpgcheck=1
|
||||
gpgkey=https://downloads.apache.org/cassandra/KEYS
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue