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


The following commit(s) were added to refs/heads/trunk by this push:
     new aac43f6  readme: fix build command for Debian
aac43f6 is described below

commit aac43f61a554ae811d798659f143b0235057c762
Author: Vincent Rischmann <[email protected]>
AuthorDate: Mon Jul 22 17:01:45 2024 +0200

    readme: fix build command for Debian
    
    The dockerfile jessie-image.docker doesn't exist anymore.
    
     patch by Vincent Rischmann; reviewed by Mick Semb Wever
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c2f6758..93fafee 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Prior to release, make sure to edit:
 
 1. Create build images containing the build tool-chain, Java and an Apache 
Cassandra git working directory
    * Debian:
-   ```docker build -t cass-build-debs -f docker/jessie-image.docker docker/```
+   ```docker build -t cass-build-debs -f docker/bullseye-image.docker 
docker/```
    * RPM:
    ```docker build -t cass-build-rpms -f docker/almalinux-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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to