Repository: cassandra-builds
Updated Branches:
  refs/heads/master ed814a148 -> aecee8ef5


Tag docker build containers for easier ID


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/aecee8ef
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/aecee8ef
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/aecee8ef

Branch: refs/heads/master
Commit: aecee8ef5011b4fa97ce465a40cc1395b3029838
Parents: ed814a1
Author: Michael Shuler <mich...@pbandjelly.org>
Authored: Tue Jul 3 18:11:08 2018 -0500
Committer: Michael Shuler <mich...@pbandjelly.org>
Committed: Tue Jul 3 18:11:08 2018 -0500

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/aecee8ef/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 14faed1..249037a 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@
 
 1. Create build images containing the build tool-chain, Java and an Apache 
Cassandra git working directory
    * Debian:
-   ```docker build -f docker/jessie-image.docker docker/```
+   ```docker build -t cass-build-debs -f docker/jessie-image.docker docker/```
    * RPM:
-   ```docker build -f docker/centos7-image.docker docker/```
+   ```docker build -t cass-build-rpms -f docker/centos7-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:


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

Reply via email to