Repository: incubator-crail
Updated Branches:
  refs/heads/master 49951523c -> 2d05b0336


Docker: fix base image url/tag and DiSNI version

Fix base image url/tag and update DiSNI version to match version
in pom file.

https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-58

Signed-off-by: Jonas Pfefferle <peppe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/2d05b033
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/2d05b033
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/2d05b033

Branch: refs/heads/master
Commit: 2d05b03361fcf2ddcceeb2074b4b7d5ed1cc5deb
Parents: 4995152
Author: Jonas Pfefferle <peppe...@apache.org>
Authored: Mon Oct 22 10:42:21 2018 +0200
Committer: Jonas Pfefferle <peppe...@apache.org>
Committed: Mon Oct 22 10:43:53 2018 +0200

----------------------------------------------------------------------
 docker/RDMA/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2d05b033/docker/RDMA/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/RDMA/Dockerfile b/docker/RDMA/Dockerfile
index 0863d06..ab0bce9 100644
--- a/docker/RDMA/Dockerfile
+++ b/docker/RDMA/Dockerfile
@@ -13,11 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.)
 
-FROM crail:latest
+# TODO: automate update version
+FROM apache/incubator-crail:1.1
 MAINTAINER Apache Crail <d...@crail.apache.org>
 
 # TODO: automate update version
-ARG DISNI_COMMIT="v1.5"
+ARG DISNI_COMMIT="v1.7"
 
 RUN echo "Crail-$LOG_COMMIT install rdma libraries and autotools" && \
     apt-get install -y --no-install-recommends \

Reply via email to