Merge branch 'cassandra-4.0' into cassandra-4.1

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

View File

@ -1,6 +1,6 @@
name: Cassandra
version: 'trunk'
display_version: 'trunk'
version: '4.1'
display_version: '4.1'
asciidoc:
attributes:
cass_url: 'http://cassandra.apache.org/'

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 41x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb https://debian.cassandra.apache.org 41x 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/41x/
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]