You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2017/12/21 15:45:30 UTC

[GitHub] keith-turner commented on issue #12: Checksum the download of the binaries

keith-turner commented on issue #12: Checksum the download of the binaries 
URL: https://github.com/apache/fluo-docker/pull/12#issuecomment-353383679
 
 
   The readme currently has a command for building with custom versions.  It should be updated with the hash build args.  Since its so long could update it with a multi-line command like the following.
   
   ```bash
   docker build --build-arg HADOOP_HASH=0f90ef671530c2aa42cde6da111e8e47e9cd659e \
                --build-arg HADOOP_VERSION=2.7.5 \
                --build-arg ACCUMULO_HASH=30b9a8af5379f680077aaf88b1fea22595be6934 \
                --build-arg ACCUMULO_VERSION=1.7.3 \
                --build-arg ZOOKEEPER_HASH=9268b4aed71dccad3d7da5bfa5573b66d2c9b565 \
                --build-arg ZOOKEEPER_VERSION=3.4.11 \
                 -t fluo .
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services