ctubbsii commented on code in PR #30:
URL: https://github.com/apache/accumulo-docker/pull/30#discussion_r1320670351


##########
README.md:
##########
@@ -39,7 +39,7 @@ building an image:
 
    Or build with an Accumulo tarball (located in same directory as DockerFile) 
using the command below:
 
-        docker build --build-arg 
ACCUMULO_FILE=accumulo-2.1.0-SNAPSHOT-bin.tar.gz -t accumulo .
+        docker build --build-arg 
ACCUMULO_FILE=accumulo-2.1.2-SNAPSHOT-bin.tar.gz -t accumulo .

Review Comment:
   Since this is just an example, it doesn't need to be updated every time.
   
   ```suggestion
           docker build --build-arg ACCUMULO_FILE=accumulo-*-bin.tar.gz -t 
accumulo .
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to