You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/07/24 16:05:53 UTC

[cassandra-builds] 02/02: Fix centos image in readme

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git

commit 7dbec85a6e124e3e0c1c9225819e47f9e05bbf65
Author: Alex Petrov <ol...@gmail.com>
AuthorDate: Thu Jul 22 19:32:45 2021 +0200

    Fix centos image in readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3bf3395..9a1597a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Prior to release, make sure to edit:
    * Debian:
    ```docker build -t cass-build-debs -f docker/jessie-image.docker docker/```
    * RPM:
-   ```docker build -t cass-build-rpms -f docker/centos7-image.docker docker/```
+   ```docker build -t cass-build-rpms -f docker/centos8-image.docker docker/```
    The image will contain a clone of the Apache git repository by default. Using a different repository is possible by adding the `--build-arg CASSANDRA_GIT_URL=https://github.com/myuser/cassandra.git` parameter. All successive builds will be executed based on the repository cloned during docker image creation.
 2. Run build script through docker (specify branch, e.g. cassandra-3.0 and version, e.g. 3.0.11):
    * Debian Jessie:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org